Fix function name

This commit is contained in:
Joscha 2016-05-23 21:36:58 +02:00
parent fce00ab4e3
commit 2571852ab9

View file

@ -36,7 +36,7 @@ class Bot():
self.commands = callbacks.Callbacks() 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 [ <room> [ --pw=<password> ] ]\n" ("!clone @bot [ <room> [ --pw=<password> ] ]\n"
"<room> : the name of the room to clone the bot to\n" "<room> : the name of the room to clone the bot to\n"
"--pw : the room's password\n\n" "--pw : the room's password\n\n"