From e828b3896752262e8ea6cf0ee7ace70c5204644d Mon Sep 17 00:00:00 2001 From: Blergo Date: Wed, 3 Jul 2024 15:35:10 +0100 Subject: [PATCH] testing --- command_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_handlers.py b/command_handlers.py index fc56253..c7ffa41 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -48,7 +48,7 @@ def handle_help_command(sender_id, interface, state=None): commands.append("[F]ortune") if "wos" in interface.disabled is False: commands.append("[W]all of Shame") - if "channel" in interface.disabled == False: + if "channel" in interface.disabled is False: commands.append("[C]hannel Directory") commands.append("[H]elp")