remove redundant google command definition
This commit is contained in:
parent
3cab3993dc
commit
161426f276
|
@ -31,7 +31,6 @@ def gis(inp):
|
|||
|
||||
@hook.command
|
||||
@hook.command('g')
|
||||
@hook.command('google')
|
||||
def google(inp):
|
||||
'''.g/.google <query> -- returns first google search result'''
|
||||
if not inp:
|
||||
|
|
Loading…
Reference in New Issue