summaryrefslogtreecommitdiffstats
path: root/modules/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search.py')
-rwxr-xr-xmodules/search.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/search.py b/modules/search.py
index 1c8dad6..b1123b8 100755
--- a/modules/search.py
+++ b/modules/search.py
@@ -66,6 +66,7 @@ g.example = '.g swhack'
def gc(phenny, input):
"""Returns the number of Google results for the specified input."""
+ if input.nick == 'goatov': return
query = input.group(2)
if not query:
return phenny.reply('.gc what?')