From 2bd1d489164b64878b8bcc76ed023a56b04c8ca6 Mon Sep 17 00:00:00 2001 From: Blergo Date: Wed, 3 Jul 2024 15:33:09 +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 4bcb8d8..89ac252 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -38,7 +38,7 @@ def handle_exit_command(sender_id, interface): def handle_help_command(sender_id, interface, state=None): title = "█▓▒░ Yorkshire BBS ░▒▓█\n\n" commands = [] - if mail in interface.disabled == False: + if mail in interface.disabled is False: commands.append("[M]ail") if bulletin in interface.disabled == False: commands.append("[B]ulletin")