mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 10:34:19 +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)
|
wStats = '%s; W-%s, L-%s, D-%s' % (wRating, wWins, wLosses, wDraws)
|
||||||
bStats = '%s; W-%s, L-%s, D-%s' % (bRating, bWins, bLosses, bDraws)
|
bStats = '%s; W-%s, L-%s, D-%s' % (bRating, bWins, bLosses, bDraws)
|
||||||
irc.queueMsg(callbacks.reply(msg,
|
irc.queueMsg(callbacks.reply(msg,
|
||||||
'%s: %s (%s) vs. %s (%s); %s <%s>' % (
|
'%s: %s (%s) vs. %s (%s); %s' % (
|
||||||
gameTitle, wName, wStats, bName, bStats, toMove, url)))
|
gameTitle, wName, wStats, bName, bStats, toMove)))
|
||||||
except ValueError:
|
except ValueError:
|
||||||
irc.queueMsg(callbacks.reply(msg,
|
irc.queueMsg(callbacks.reply(msg,
|
||||||
'That doesn\'t appear to be a proper Gameknot game.'))
|
'That doesn\'t appear to be a proper Gameknot game.'))
|
||||||
|
Loading…
Reference in New Issue
Block a user