chiark / gitweb /
make Servus less chatty if pasting URL into channel
authorMatthew Vernon <matthewv@chiark.greenend.org.uk>
Thu, 7 Nov 2013 12:44:48 +0000 (12:44 +0000)
committerMatthew Vernon <matthewv@chiark.greenend.org.uk>
Thu, 7 Nov 2013 12:44:48 +0000 (12:44 +0000)
commands.py

index 640c694638774d192eddbf350eb686339e887e88..474a4420e4edfca1921431bf733b1a1fe05f8445 100755 (executable)
@@ -440,7 +440,6 @@ def urlq(bot, cmd, nick, conn, public,urldb):
         conn.privmsg(bot.channel,"%s remarks: %s" % (nick," ".join(cmd.split()[1:])))
       else:
         conn.privmsg(bot.channel,"(via %s) %s"%(nick," ".join(cmd.split()[1:])))
-      bot.automsg(False,nick,"That URL was unique; I have posted it into IRC")
     urldb[url]=UrlLog(url,nick)
 
 ### Deal with URLs spotted in channel