summaryrefslogtreecommitdiffstats
path: root/modules/search.py
diff options
context:
space:
mode:
authorSean B. Palmer <sbp@aldebaran.local>2012-07-07 18:30:23 +0100
committerSean B. Palmer <sbp@aldebaran.local>2012-07-07 18:30:23 +0100
commitbac52dfb11ff9709eac08e1dc7231dc8055b8f63 (patch)
treec22919faca235b9bc31febc485fb1b8380ff1299 /modules/search.py
parent8a0d0dd9f0e98b3f2bc7637e0354f8b0a67b6b47 (diff)
downloadbot-bac52dfb11ff9709eac08e1dc7231dc8055b8f63.tar.gz
bot-bac52dfb11ff9709eac08e1dc7231dc8055b8f63.tar.bz2
bot-bac52dfb11ff9709eac08e1dc7231dc8055b8f63.zip
Added a simple twitter module
Diffstat (limited to 'modules/search.py')
-rwxr-xr-xmodules/search.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/search.py b/modules/search.py
index 13fadbb..b884d1c 100755
--- a/modules/search.py
+++ b/modules/search.py
@@ -119,6 +119,8 @@ def bing_search(query, lang='en-GB'):
def bing(phenny, input):
"""Queries Bing for the specified input."""
+ return phenny.reply("Sorry, .bing is disabled pending a QA review.")
+
query = input.group(2)
if query.startswith(':'):
lang, query = query.split(' ', 1)