This commit is contained in:
Blergo 2024-07-03 15:33:09 +01:00
parent 9b80da6277
commit 2bd1d48916

View file

@ -38,7 +38,7 @@ def handle_exit_command(sender_id, interface):
def handle_help_command(sender_id, interface, state=None): def handle_help_command(sender_id, interface, state=None):
title = "█▓▒░ Yorkshire BBS ░▒▓█\n\n" title = "█▓▒░ Yorkshire BBS ░▒▓█\n\n"
commands = [] commands = []
if mail in interface.disabled == False: if mail in interface.disabled is False:
commands.append("[M]ail") commands.append("[M]ail")
if bulletin in interface.disabled == False: if bulletin in interface.disabled == False:
commands.append("[B]ulletin") commands.append("[B]ulletin")