From 50d6840628f34476ca1d9e9ab06418ed0fcb6635 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Sun, 19 Feb 2012 15:26:19 +1300 Subject: [PATCH] Changed .chnick to .nick --- plugins/admin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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