X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=blobdiff_plain;f=commands.py;h=474a4420e4edfca1921431bf733b1a1fe05f8445;hp=640c694638774d192eddbf350eb686339e887e88;hb=7776d826554ed6dfaf010e3ae5b7ba0d63e20284;hpb=08d38544f55d7fc8e58a26515c263ff95bc3cbc3 diff --git a/commands.py b/commands.py index 640c694..474a442 100755 --- a/commands.py +++ b/commands.py @@ -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