mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-04 16:02:44 +02:00
general tidy up, done
This commit is contained in:
+4
-4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user