mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 19:52:54 +01:00
Changed the name back to Google.
This commit is contained in:
parent
ccad26f792
commit
17e555c83d
@ -114,7 +114,7 @@ def search(*args, **kwargs):
|
||||
last24hours.dequeue()
|
||||
return data
|
||||
|
||||
class GoogleTools(callbacks.PrivmsgCommandAndRegexp):
|
||||
class Google(callbacks.PrivmsgCommandAndRegexp):
|
||||
threaded = True
|
||||
regexps = sets.Set(['googleSnarfer', 'googleGroups'])
|
||||
def __init__(self):
|
||||
@ -313,7 +313,7 @@ class GoogleTools(callbacks.PrivmsgCommandAndRegexp):
|
||||
|
||||
|
||||
|
||||
Class = GoogleTools
|
||||
Class = Google
|
||||
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
@ -31,8 +31,8 @@
|
||||
|
||||
from test import *
|
||||
|
||||
class GoogleToolsTestCase(PluginTestCase, PluginDocumentation):
|
||||
plugins = ('GoogleTools',)
|
||||
class GoogleTestCase(PluginTestCase, PluginDocumentation):
|
||||
plugins = ('Google',)
|
||||
def testGroupsSnarfer(self):
|
||||
self.assertRegexp('http://groups.google.com/groups?dq=&hl=en&'
|
||||
'lr=lang_en&ie=UTF-8&oe=UTF-8&selm=698f09f8.'
|
Loading…
Reference in New Issue
Block a user