updates, fixed .clear

This commit is contained in:
neersighted 2012-02-29 12:11:51 -08:00
parent 4e1ae63ffe
commit 7c0ff1f561
3 changed files with 17 additions and 12 deletions

View file

@ -37,9 +37,9 @@ def restart(inp, input=None, db=None, notice=None):
sys.exit()
@hook.command
@hook.command(autohelp=False)
def clear(inp, input=None, db=None, notice=None):
".clear -- Clears the bot's log"
".clear -- Clears the bot's log."
if not input.nick in input.bot.config["admins"]:
notice("Only bot admins can use this command!")
return