From 9de8e319f39ff4301a57f90acf17b8c859873e6d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 11 Apr 2003 07:38:51 +0000 Subject: [PATCH] Slight format change to gameknot snarfer. --- plugins/Forums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Forums.py b/plugins/Forums.py index 22d18a695..c1aed4c31 100644 --- a/plugins/Forums.py +++ b/plugins/Forums.py @@ -96,7 +96,7 @@ class Forums(callbacks.PrivmsgRegexp): wStats = '%s; W-%s, L-%s, D-%s' % (wRating, wWins, wLosses, wDraws) bStats = '%s; W-%s, L-%s, D-%s' % (bRating, bWins, bLosses, bDraws) irc.queueMsg(ircmsgs.privmsg(msg.args[0], - '%s (%s) vs. %s (%s) [%s]' % (wName,wStats,bName,bStats,url))) + '%s (%s) vs. %s (%s) <%s>' % (wName,wStats,bName,bStats,url))) except ValueError: irc.queueMsg(ircmsgs.privmsg(msg.args[0], 'That doesn\'t appear to be a proper Gameknot game.'))