From: Matthew Vernon Date: Mon, 7 Jun 2010 10:48:00 +0000 (+0100) Subject: respond to URL-suppliers telling them their URL has been sent through X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=commitdiff_plain;h=f5ab0a0673f92f224c105b2e59e3b064d697d1b5;p=irc.git respond to URL-suppliers telling them their URL has been sent through --- diff --git a/commands.py b/commands.py index fb4175c..c6f2777 100644 --- a/commands.py +++ b/commands.py @@ -351,6 +351,7 @@ def urlq(bot, cmd, nick, conn, public,urldb): bot.automsg(False,nick,"That URL was unique. There is little point in using !url out loud; please use it via /msg") else: conn.privmsg(bot.channel,"%s would like to draw your attention to %s"%(nick,url)) + 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