chiark / gitweb /
revise wording a little more (thanks to pm215)
[irc.git] / commands.py
index 98d89ff65df2fae160cd84f61df5f510dc46aed1..159bbb4e888dc67d28bff0e64eeb13d0e389d8af 100644 (file)
@@ -352,7 +352,7 @@ def urlq(bot, cmd, nick, conn, public,urldb):
       if urlstring != cmd.split()[1]: #first argument to URL was not the url
         conn.privmsg(bot.channel,"%s remarks %s" % (nick," ".join(cmd.split()[1:])))
       else:
-        conn.privmsg(bot.channel,"%s saw %s"%(nick," ".join(cmd.split()[1:])))
+        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)