Moved the titleSnarfer to Web, so we need to insist that we're called before that instead.

This commit is contained in:
Jeremy Fincher 2005-02-18 18:46:57 +00:00
parent 08b4359be0
commit ff8728b6c1
1 changed files with 1 additions and 1 deletions

View File

@ -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)