This commit is contained in:
Blergo 2024-07-03 15:40:25 +01:00
parent 386e579056
commit 7e80e2ad64

View file

@ -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 not in interface.disabled:
if "mail" not in interface.disabled:
commands.append("[M]ail")
if "bulletin" in interface.disabled is False:
commands.append("[B]ulletin")