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)