diff --git a/mesh_bot.py b/mesh_bot.py index a865fb8..a32ee4e 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -54,7 +54,7 @@ def auto_response(message, snr, rssi, hop, pkiStatus, message_from_id, channel_n "motd": lambda: handle_motd(message, message_from_id, isDM), "ping": lambda: handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM), "playuno": lambda: handleUno(message, message_from_id, deviceID), - "pong": lambda: "🏓PING!!", + "pong": lambda: "🏓PING!!🛜", "repeaterlist": lambda: handle_repeaterQuery(message_from_id, deviceID, channel_number), "sitrep": lambda: handle_lheard(message, message_from_id, deviceID, isDM), "solar": lambda: drap_xray_conditions() + "\n" + solar_conditions(),