Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-09-26 17:26:42 -07:00
parent a0a2c60e63
commit b7a3e7014c
+5 -5
View File
@@ -107,12 +107,12 @@ def handle_ping(message, hop, snr, rssi, isDM):
if "ping" in message.lower():
msg = "🏓PONG, "
elif "test" in message.lower() or "testing" in message.lower():
msg = random.choice(["🎙 Testing 1,2,3\n", "🎙 Testing\n",\
"🎙 Testing, testing\n",\
"🎙 Ah-wun, ah-two...\n", "🎙 Is this thing on?\n",\
"🎙 Roger that\n",])
msg = random.choice(["🎙Testing 1,2,3\n", "🎙Testing\n",\
"🎙Testing, testing\n",\
"🎙Ah-wun, ah-two...\n", "🎙 Is this thing on?\n",\
"🎙Roger that\n",])
elif "ack" in message.lower():
msg = random.choice(["✋ACK-ACK!\n", "Ack to you!\n"])
msg = random.choice(["✋ACK-ACK!\n", "Ack to you!\n"])
else:
msg = ""