chiark / gitweb /
correct syntax
authorMatthew Vernon <matthew@rapun.sel.cam.ac.uk>
Mon, 7 Jun 2010 11:03:41 +0000 (12:03 +0100)
committerMatthew Vernon <matthew@rapun.sel.cam.ac.uk>
Mon, 7 Jun 2010 11:03:41 +0000 (12:03 +0100)
commands.py

index 365b4aa2151832b6d2a6a7ce664f03cdf7cac7a0..1bc6ca1368299ec3e12b12fcfbd4f68086cf9b3b 100644 (file)
@@ -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[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,"%s would like to draw your attention to %s"%(nick," ".join(cmd.split()[1:])))
       bot.automsg(False,nick,"That URL was unique; I have posted it into IRC")