mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-05 01:11:12 +02:00
Update mesh_bot.py
This commit is contained in:
+5
-5
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user