more API key stuff

This commit is contained in:
Luke Rogers 2012-02-16 23:30:06 +13:00
parent 8b1f46cb83
commit c0fb393b52
3 changed files with 7 additions and 4 deletions

View file

@ -34,7 +34,7 @@ answers = [g + "As I see it, yes",
r + "Very doubtful"]
@hook.command('8ball')
def ask(inp, me=None):
def eightball(inp, me=None):
".8ball <question> - The all knowing magic eight ball, in electronic form. Ask a question and the answer shall be provided."
global nextresponsenumber
inp = inp.strip()