mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Moved the titleSnarfer to Web, so we need to insist that we're called before that instead.
This commit is contained in:
parent
08b4359be0
commit
ff8728b6c1
@ -101,7 +101,7 @@ searches = conf.supybot.plugins.Google.state.searches()
|
||||
|
||||
class Google(callbacks.PluginRegexp):
|
||||
threaded = True
|
||||
callBefore = ['URL']
|
||||
callBefore = ['Web']
|
||||
regexps = ['googleSnarfer', 'googleGroups']
|
||||
def __init__(self, irc):
|
||||
self.__parent = super(Google, self)
|
||||
|
Loading…
Reference in New Issue
Block a user