Update command_handlers.py

This commit is contained in:
mudhorn 2024-10-31 15:31:20 -07:00
parent b8d7d1d584
commit a1cb88a8b9

View file

@ -62,7 +62,7 @@ def handle_help_command(sender_id, interface, menu_name=None):
else:
update_user_state(sender_id, {'command': 'MAIN_MENU', 'step': 1}) # Reset to main menu state
mail = get_mail(get_node_id_from_num(sender_id, interface))
response = build_menu(main_menu_items, f"💾TC² BBS💾 (✉️:{len(mail)})")
response = build_menu(main_menu_items, f"💾Disaster Comms BBS💾 (✉️:{len(mail)})")
send_message(response, sender_id, interface)
def get_node_name(node_id, interface):
@ -665,4 +665,4 @@ def handle_list_channels_command(sender_id, interface):
def handle_quick_help_command(sender_id, interface):
response = ("QUICK COMMANDS✈\nSend command below for usage info:\nSM,, - Send "
"Mail\nCM - Check Mail\nPB,, - Post Bulletin\nCB,, - Check Bulletins\n")
send_message(response, sender_id, interface)
send_message(response, sender_id, interface)