From f5ab0a0673f92f224c105b2e59e3b064d697d1b5 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Mon, 7 Jun 2010 11:48:00 +0100 Subject: [PATCH] respond to URL-suppliers telling them their URL has been sent through --- commands.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2