From ff8728b6c1880e19ca93f1b712e9a8aa3d14b22c Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 18 Feb 2005 18:46:57 +0000 Subject: [PATCH] Moved the titleSnarfer to Web, so we need to insist that we're called before that instead. --- plugins/Google/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Google/plugin.py b/plugins/Google/plugin.py index 5073bdb16..fc3a70347 100644 --- a/plugins/Google/plugin.py +++ b/plugins/Google/plugin.py @@ -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)