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")