Missed an 's' in there

This commit is contained in:
James Vega 2003-10-27 23:02:48 +00:00
parent 61576fdd13
commit ed44f00c6f

View File

@ -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)