We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226c74b commit b4ee7cfCopy full SHA for b4ee7cf
2 files changed
plugins/google.py
@@ -11,7 +11,7 @@ def api_get(kind, query):
11
return http.get_json(url % kind, q=query)
12
13
14
-@hook.command("googleimage", "gis", "image")
+#@hook.command("googleimage", "gis", "image")
15
def googleimage(text):
16
"""<query> - returns the first google image result for <query>"""
17
plugins/google_cse.py
@@ -54,7 +54,7 @@ def gse(text):
54
55
return u'{} -- \x02{}\x02: "{}"'.format(result['link'], title, content)
56
57
-@hook.command('gseis')
+@hook.command('gseis', 'gis', 'image')
58
def gse_gis(text):
59
"""<query> -- Returns first Google Images result for <query>."""
60
if not dev_key:
0 commit comments