From: Matthew Vernon Date: Wed, 9 Jun 2010 14:48:43 +0000 (+0100) Subject: improve punctuation X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=commitdiff_plain;h=c5d04e782a4c75c22772e63ce5869d5ca156177b;hp=74041936998d09627a4ff1924839a68ab93fa2e7 improve punctuation --- 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")