remove .goog alias (use .g/.google) (requested by KaeseEs)
This commit is contained in:
parent
0602629f98
commit
c7f6451459
|
@ -31,9 +31,9 @@ def gis(inp):
|
||||||
|
|
||||||
@hook.command
|
@hook.command
|
||||||
@hook.command('g')
|
@hook.command('g')
|
||||||
@hook.command('goog')
|
@hook.command('google')
|
||||||
def google(inp):
|
def google(inp):
|
||||||
'''.g/.goog/.google <query> -- returns first google search result'''
|
'''.g/.google <query> -- returns first google search result'''
|
||||||
if not inp:
|
if not inp:
|
||||||
return google.__doc__
|
return google.__doc__
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue