From 5c7433091d113ecc5ca03cc4609d88e9118fcb7f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 20 Jan 2025 21:00:18 -0800 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mesh_bot.py b/mesh_bot.py index c47fc0c..6b78f64 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -1257,6 +1257,7 @@ def onReceive(packet, interface): # add to qrz_hello list hello(message_from_id, get_name_from_number(message_from_id, 'short', rxNode)) # send a hello message as a DM + time.sleep(responseDelay) send_message(f"Hello {get_name_from_number(message_from_id, 'short', rxNode)} {qrz_hello_string}", channel_number, message_from_id, rxNode) time.sleep(responseDelay) else: