Update mesh_bot.py

This commit is contained in:
SpudGunMan
2025-01-20 21:00:18 -08:00
parent f0ca818461
commit 5c7433091d
+1
View File
@@ -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: