added .search as alias for .google

This commit is contained in:
Luke Rogers 2012-03-22 21:59:55 +13:00
parent b89e7589d0
commit a36ef950e0

View file

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