diff --git a/plugins/admin.py b/plugins/admin.py index f817f1d..970b709 100644 --- a/plugins/admin.py +++ b/plugins/admin.py @@ -37,8 +37,8 @@ def part(inp, input=None, notice=None): input.conn.send("PART " + inp) @hook.command -def chnick(inp, input=None, notice=None): - ".chnick - Change the nick!" +def nick(inp, input=None, notice=None): + ".nick -- change the bots nickname to " if input.nick not in input.bot.config["admins"]: notice("Only bot admins can use this command!") return