From d9337cbb1567dfd90251da1b960ca395f69f9015 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 18 Jun 2024 23:59:14 -0700 Subject: [PATCH] Update mesh-bot.py --- mesh-bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mesh-bot.py b/mesh-bot.py index b1454c2..952b740 100644 --- a/mesh-bot.py +++ b/mesh-bot.py @@ -74,6 +74,7 @@ def auto_response(message,snr,rssi,hop): elif "solar" in message.lower(): bot_response = drap_xray_conditions() + "\n" + solar_conditions() elif "lheard" in message.lower(): + get_node_list() bot_response = "Last 5 nodes heard: " #+ str(get_node_list()) else: bot_response = "I'm sorry, I'm afraid I can't do that."