mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-08-07 14:12:19 -04:00
Update message_processing.py
This commit is contained in:
parent
6068f11f33
commit
ea154e1e29
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue