mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +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):
|
def gameknotStatsSnarfer(self, irc, msg, match):
|
||||||
r"http://gameknot\.com/stats\.pl\?([^&]+)"
|
r"http://gameknot\.com/stats\.pl\?([^&]+)"
|
||||||
if not self.snarfer['game']:
|
if not self.snarfers['game']:
|
||||||
return
|
return
|
||||||
name = match.group(1)
|
name = match.group(1)
|
||||||
s = self.getStats(name)
|
s = self.getStats(name)
|
||||||
|
Loading…
Reference in New Issue
Block a user