mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-05 20:51:53 -08:00
Commented out EXIT from help menu as not really
needed and adding to the message size
This commit is contained in:
parent
4d29b18284
commit
1462e91a8f
|
@ -49,7 +49,7 @@ def handle_help_command(sender_id, interface, state=None):
|
|||
"[F]ortune",
|
||||
#"[W]all of Shame",
|
||||
#"[C]hannel Directory",
|
||||
"EXIT: Exit current menu",
|
||||
#"EXIT: Exit current menu",
|
||||
"[H]elp"
|
||||
]
|
||||
if state and 'command' in state:
|
||||
|
|
Loading…
Reference in a new issue