another quick bugfix

This commit is contained in:
Luke Rogers 2012-03-13 10:43:28 +13:00
parent 063ded0f47
commit 75c17d5723

View file

@ -14,7 +14,7 @@ def admins(inp, bot=None):
return ", ".join(admins)
@hook.command(autohelp=False, adminOnly=True)
@hook.command(autohelp=False, adminonly=True)
def stop(inp, input=None, db=None, notice=None):
".stop [reason] -- Kills the bot with [reason] as its quit message."
if inp: