From ed44f00c6fd48c059d0600bf97aeda1bb9758cbf Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 27 Oct 2003 23:02:48 +0000 Subject: [PATCH] Missed an 's' in there --- plugins/Gameknot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Gameknot.py b/plugins/Gameknot.py index 711b946d8..99309c376 100644 --- a/plugins/Gameknot.py +++ b/plugins/Gameknot.py @@ -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)