From 7776d826554ed6dfaf010e3ae5b7ba0d63e20284 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Thu, 7 Nov 2013 12:44:48 +0000 Subject: [PATCH] make Servus less chatty if pasting URL into channel --- commands.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2