mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Removed the URL from the snarfer output.
This commit is contained in:
parent
7be6ce500f
commit
b497acbc43
@ -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.'))
|
||||
|
Loading…
Reference in New Issue
Block a user