From a1cb88a8b9baa989b092f19ecfd46cf4f79b2f46 Mon Sep 17 00:00:00 2001 From: mudhorn Date: Thu, 31 Oct 2024 15:31:20 -0700 Subject: [PATCH] Update command_handlers.py --- command_handlers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command_handlers.py b/command_handlers.py index 16157db..8daa3be 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -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) \ No newline at end of file