mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Missed an 's' in there
This commit is contained in:
parent
61576fdd13
commit
ed44f00c6f
@ -258,7 +258,7 @@ class Gameknot(callbacks.PrivmsgCommandAndRegexp):
|
||||
|
||||
def gameknotStatsSnarfer(self, irc, msg, match):
|
||||
r"http://gameknot\.com/stats\.pl\?([^&]+)"
|
||||
if not self.snarfer['game']:
|
||||
if not self.snarfers['game']:
|
||||
return
|
||||
name = match.group(1)
|
||||
s = self.getStats(name)
|
||||
|
Loading…
Reference in New Issue
Block a user