From e6da3880f361a431d5a04a146ea3062cc418cf6f Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Tue, 8 Jun 2010 11:26:26 +0100 Subject: [PATCH] revise wording a little more (thanks to pm215) --- commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.py b/commands.py index 98d89ff..159bbb4 100644 --- a/commands.py +++ b/commands.py @@ -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) -- 2.30.2