general tidy up, done

This commit is contained in:
Nestpebble
2024-09-26 22:23:15 +01:00
parent ceef493b01
commit cd3ac201f8
+4 -4
View File
@@ -106,10 +106,10 @@ def handle_ping(message, hop, snr, rssi, isDM):
if "ping" in message.lower():
msg = "🏓 PONG \n"
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"])
else: