!question -> !questions

master
jmf 2013-09-09 18:48:24 +02:00 committed by Sfan5
parent 219e879730
commit 98c740fd15
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ def rtfm(phenny, input):
help.commands = ['rtfm'] help.commands = ['rtfm']
def question(phenny, input): def questions(phenny, input):
"""Ask smart questions""" """Ask smart questions"""
for x in phenny.bot.commands["high"].values(): for x in phenny.bot.commands["high"].values():
if x[0].__name__ == "aa_hook": if x[0].__name__ == "aa_hook":
@ -27,7 +27,7 @@ def question(phenny, input):
return return
phenny.say("Someone thinks that your question is inaccurate or doesn't follow the guidelines. Read here how to make it right: http://catb.org/~esr/faqs/smart-questions.html") phenny.say("Someone thinks that your question is inaccurate or doesn't follow the guidelines. Read here how to make it right: http://catb.org/~esr/faqs/smart-questions.html")
help.commands = ['question'] help.commands = ['questions']
def next(phenny, input): def next(phenny, input):
"""Next one please""" """Next one please"""
@ -37,4 +37,4 @@ def next(phenny, input):
return return
phenny.say("Another satisfied customer. Next!") phenny.say("Another satisfied customer. Next!")
help.commands = ['next'] help.commands = ['next']