From a060126a731827631456f94bc57c283d76b939c4 Mon Sep 17 00:00:00 2001 From: Blergo Date: Wed, 3 Jul 2024 12:32:44 +0100 Subject: [PATCH] Update command_handlers.py disabled Fortunes function from menu to shorten message and help with large mesh reliability --- command_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_handlers.py b/command_handlers.py index 305f18b..0eadf2d 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -41,7 +41,7 @@ def handle_help_command(sender_id, interface, state=None): "[M]ail", "[B]ulletin", "[S]tats", - "[F]ortune", + #"[F]ortune", #"[W]all of Shame", #"[C]hannel Directory", #"EXIT: Exit current menu",