From 8ae59844bfa4785a43cbc88c8a9f0e065f4a82ea Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 28 Oct 2003 14:29:06 +0000 Subject: [PATCH] Fix some typos I thought I had already committed --- plugins/Google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Google.py b/plugins/Google.py index 2a661a7ef..82783592e 100644 --- a/plugins/Google.py +++ b/plugins/Google.py @@ -329,7 +329,7 @@ class Google(callbacks.PrivmsgCommandAndRegexp): _ggGroup = re.compile(r'Newsgroups: ]+>([^<]+)') def googleGroups(self, irc, msg, match): r"http://groups.google.com/[^\s]+" - if not self.snarfer['group']: + if not self.snarfers['groups']: return request = urllib2.Request(match.group(0), headers=\ {'User-agent': 'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)'})