summaryrefslogtreecommitdiffstats
path: root/modules/search.py
diff options
context:
space:
mode:
authorSean B. Palmer <http://inamidst.com/sbp/>2008-09-11 17:18:44 +0100
committerSean B. Palmer <http://inamidst.com/sbp/>2008-09-11 17:18:44 +0100
commitb91de3886ecb38b6621dc35fa18a4c7f10fde780 (patch)
treebae59574d4d07b054907dfc207e28dc7768bf2fe /modules/search.py
parent31d107c0bd7fa2e172b09cce9560f3a10c1091af (diff)
downloadbot-b91de3886ecb38b6621dc35fa18a4c7f10fde780.tar.gz
bot-b91de3886ecb38b6621dc35fa18a4c7f10fde780.tar.bz2
bot-b91de3886ecb38b6621dc35fa18a4c7f10fde780.zip
Added oblique.py, a new web services module.
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?')