From a36ef950e0b63905ad2ee46f7a2aa4d51d443035 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 22 Mar 2012 21:59:55 +1300 Subject: [PATCH] added .search as alias for .google --- plugins/google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):