remove .goog alias (use .g/.google) (requested by KaeseEs)

This commit is contained in:
Ryan Hitchman 2009-11-07 11:44:16 -07:00
parent 0602629f98
commit c7f6451459
1 changed files with 2 additions and 2 deletions

View File

@ -31,9 +31,9 @@ def gis(inp):
@hook.command
@hook.command('g')
@hook.command('goog')
@hook.command('google')
def google(inp):
'''.g/.goog/.google <query> -- returns first google search result'''
'''.g/.google <query> -- returns first google search result'''
if not inp:
return google.__doc__