From 2571852ab926525d93b96fca651471e505626f87 Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 23 May 2016 21:36:58 +0200 Subject: [PATCH] Fix function name --- yaboli/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaboli/bot.py b/yaboli/bot.py index 7c7126f..b50350e 100644 --- a/yaboli/bot.py +++ b/yaboli/bot.py @@ -36,7 +36,7 @@ class Bot(): self.commands = callbacks.Callbacks() - self.add_command("clone", self.create_command, "Clone this bot to another room.", # possibly add option to set nick? + self.add_command("clone", self.clone_command, "Clone this bot to another room.", # possibly add option to set nick? ("!clone @bot [ [ --pw= ] ]\n" " : the name of the room to clone the bot to\n" "--pw : the room's password\n\n"