From 89dcd3224c1218f0a14879a078f2d73178e194ae Mon Sep 17 00:00:00 2001 From: hadware Date: Fri, 8 Jun 2018 02:04:56 +0200 Subject: [PATCH] =?UTF-8?q?Oubli=C3=A8w=20le=20cocohelp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cocobot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocobot.py b/cocobot.py index 99345cd..0583d41 100755 --- a/cocobot.py +++ b/cocobot.py @@ -25,7 +25,7 @@ cmds = [cmd_class(cococlient) for cmd_class in (CocoConnectCommand, CocoMsgComma CocoSwitchCommand, CocoQuitCommand, CocoBroadcastCommand)] help_cmd = BotHelp(cmds) -coco_commands = CommandsDispatcherProcessor(cmds, +coco_commands = CommandsDispatcherProcessor(cmds + [help_cmd], "coco", default_response="de?") root_messages_dispatcher = MessageDispatcher([coco_commands])