From 713b750f4aa80591630e4467d57a28af7914a576 Mon Sep 17 00:00:00 2001 From: Nestpebble Date: Thu, 26 Sep 2024 21:56:41 +0100 Subject: [PATCH] sdfsd --- mesh_bot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index a8528d6..28ebdcb 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -100,7 +100,9 @@ def auto_response(message, snr, rssi, hop, pkiStatus, message_from_id, channel_n def handle_ping(message, hop, snr, rssi, isDM): if "?" in message and isDM: return message.split("?")[0].title() + " command returns SNR and RSSI, or hopcount from your message. Try adding e.g. @place or #1/3 to your message" - + + msg = "" + if "ping" in message: msg = "🏓PONG, " elif "test" in message or "testing" in message: