From ea154e1e29f2df464a8b12c5b7bec653bae15b4a Mon Sep 17 00:00:00 2001 From: ReneKlever Date: Tue, 8 Apr 2025 10:48:11 +0200 Subject: [PATCH] Update message_processing.py --- message_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message_processing.py b/message_processing.py index 8d58cd3..2ee1ff6 100644 --- a/message_processing.py +++ b/message_processing.py @@ -16,7 +16,7 @@ from utils import get_user_state, get_node_short_name, get_node_id_from_num, sen main_menu_handlers = { "m": handle_mail_command, - "b": lambda sender_id, interface: handle_help_command(sender_id, interface, 'bbs'), + "b": handle_bulletin_command, "c": handle_channel_directory_command, "u": lambda sender_id, interface: handle_help_command(sender_id, interface, 'utilities'), "q": handle_quick_help_command,