Removed the URL from the snarfer output.

This commit is contained in:
Jeremy Fincher 2003-09-13 22:32:32 +00:00
parent 7be6ce500f
commit b497acbc43

View File

@ -185,8 +185,8 @@ class Gameknot(callbacks.PrivmsgCommandAndRegexp):
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(callbacks.reply(msg,
'%s: %s (%s) vs. %s (%s); %s <%s>' % (
gameTitle, wName, wStats, bName, bStats, toMove, url)))
'%s: %s (%s) vs. %s (%s); %s' % (
gameTitle, wName, wStats, bName, bStats, toMove)))
except ValueError:
irc.queueMsg(callbacks.reply(msg,
'That doesn\'t appear to be a proper Gameknot game.'))