Updated helpstrings

This commit is contained in:
neersighted 2012-05-15 20:07:27 -07:00
parent 75a001ad5d
commit 54cf797b1e
60 changed files with 104 additions and 104 deletions

View file

@ -36,6 +36,6 @@ answers = [g + "As I see it, yes",
@hook.command('8ball')
def eightball(inp, me=None):
".8ball <question> -- The all knowing magic eight ball, " \
"8ball <question> -- The all knowing magic eight ball, " \
"in electronic form. Ask and it shall be answered!"
me("shakes the magic 8 ball... %s" % (random.choice(answers)))