mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-10-18 09:57:26 +02:00
Fix some typos I thought I had already committed
This commit is contained in:
parent
9825356e95
commit
8ae59844bf
@ -329,7 +329,7 @@ class Google(callbacks.PrivmsgCommandAndRegexp):
|
|||||||
_ggGroup = re.compile(r'Newsgroups: <a[^>]+>([^<]+)</a>')
|
_ggGroup = re.compile(r'Newsgroups: <a[^>]+>([^<]+)</a>')
|
||||||
def googleGroups(self, irc, msg, match):
|
def googleGroups(self, irc, msg, match):
|
||||||
r"http://groups.google.com/[^\s]+"
|
r"http://groups.google.com/[^\s]+"
|
||||||
if not self.snarfer['group']:
|
if not self.snarfers['groups']:
|
||||||
return
|
return
|
||||||
request = urllib2.Request(match.group(0), headers=\
|
request = urllib2.Request(match.group(0), headers=\
|
||||||
{'User-agent': 'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)'})
|
{'User-agent': 'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)'})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user