:D new simplier command API kinda working

This commit is contained in:
Luke Rogers 2014-03-25 15:00:53 +13:00
parent 5c6367a0f7
commit 3378fb081f
2 changed files with 1 additions and 25 deletions

View file

@ -14,7 +14,7 @@ with open("./data/8ball_responses.txt") as f:
f.readlines() if not line.startswith("//")]
@hook.command('8ball')
@hook.command()
def eightball(input, conn):
"""8ball <question> -- The all knowing magic eight ball,
in electronic form. Ask and it shall be answered!"""