From: Matthew Vernon Date: Thu, 7 Nov 2013 12:44:48 +0000 (+0000) Subject: make Servus less chatty if pasting URL into channel X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=commitdiff_plain;h=7776d826554ed6dfaf010e3ae5b7ba0d63e20284;ds=sidebyside make Servus less chatty if pasting URL into channel --- 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