X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=blobdiff_plain;f=commands.py;h=9d5dcb450f5765feb1a27a744be68662be14eee3;hp=159bbb4e888dc67d28bff0e64eeb13d0e389d8af;hb=e5b089fa53f2977877c7ec7792a7b163cf899fc8;hpb=e6da3880f361a431d5a04a146ea3062cc418cf6f diff --git a/commands.py b/commands.py index 159bbb4..9d5dcb4 100644 --- a/commands.py +++ b/commands.py @@ -350,7 +350,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: 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:]))) + 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")