enhance🏓

This commit is contained in:
SpudGunMan
2024-12-13 10:30:18 -08:00
parent b43c21fc98
commit e2be3c20b7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ def handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM, chann
msg = "🔊AutoPing via DM only⛔️"
# if not a DM add the username to the beginning of msg
if not isDM:
if not useDMForResponse and not isDM:
msg = get_name_from_number(message_from_id) + msg
return msg
+1 -1
View File
@@ -127,7 +127,7 @@ def handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM, chann
msg = "🔊AutoPing via DM only⛔️"
# if not a DM add the username to the beginning of msg
if not isDM:
if not useDMForResponse and not isDM:
msg = get_name_from_number(message_from_id) + msg
return msg