mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-05 20:51:53 -08:00
testing
This commit is contained in:
parent
9b80da6277
commit
2bd1d48916
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue