From 1462e91a8fd81dab0c9c8ad9ba147c84eeac75c0 Mon Sep 17 00:00:00 2001 From: Blergo Date: Tue, 2 Jul 2024 10:46:36 +0100 Subject: [PATCH] Commented out EXIT from help menu as not really needed and adding to the message size --- command_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_handlers.py b/command_handlers.py index 207b639..bf6bc41 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -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: