Update message_processing.py

This commit is contained in:
ReneKlever 2025-04-08 10:48:11 +02:00 committed by GitHub
parent 6068f11f33
commit ea154e1e29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,