mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
Fixed gameknot.com URL snarfer formatting (double colons)
This commit is contained in:
parent
d782f7c725
commit
4ee9dc7217
@ -41,8 +41,6 @@ class Forums(callbacks.PrivmsgRegexp):
|
||||
((wRating, wName), (bRating, bName)) = self.gkPlayer.findall(s)
|
||||
wRating = wRating.replace('<br>', ' ')
|
||||
bRating = bRating.replace('<br>', ' ')
|
||||
wRating = wRating.replace('Rating', 'Rating:')
|
||||
bRating = bRating.replace('Rating', 'Rating:')
|
||||
irc.queueMsg(ircmsgs.privmsg(msg.args[0],
|
||||
'%s (%s) vs. %s (%s)' % (wName, wRating, bName, bRating)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user