diff --git a/command_handlers.py b/command_handlers.py index 14b4017..761505d 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 not "mail" in interface.disabled: + if mail not in interface.disabled: commands.append("[M]ail") if "bulletin" in interface.disabled is False: commands.append("[B]ulletin")