diff --git a/plugins/google.py b/plugins/google.py index 5d6f9ac..c4593b2 100755 --- a/plugins/google.py +++ b/plugins/google.py @@ -22,7 +22,7 @@ def gis(inp): return random.choice(parsed['responseData']['results'][:10]) \ ['unescapedUrl'] # squares is dumb - +@hook.command('search') @hook.command('g') @hook.command def google(inp):