Commented out EXIT from help menu as not really

needed and adding to the message size
This commit is contained in:
Blergo 2024-07-02 10:46:36 +01:00
parent 4d29b18284
commit 1462e91a8f

View file

@ -49,7 +49,7 @@ def handle_help_command(sender_id, interface, state=None):
"[F]ortune", "[F]ortune",
#"[W]all of Shame", #"[W]all of Shame",
#"[C]hannel Directory", #"[C]hannel Directory",
"EXIT: Exit current menu", #"EXIT: Exit current menu",
"[H]elp" "[H]elp"
] ]
if state and 'command' in state: if state and 'command' in state: