diff --git a/mesh-bot.py b/mesh-bot.py index 8aa2028..cc0c56b 100644 --- a/mesh-bot.py +++ b/mesh-bot.py @@ -69,7 +69,7 @@ def auto_response(message,snr,rssi,hop): elif "hfcond" in message.lower(): bot_response = hf_band_conditions() elif "solar" in message.lower(): - bot_response = drap_xray_conditions() + bot_response = drap_xray_conditions() + "\n" + solar_conditions() else: bot_response = "I'm sorry, I'm afraid I can't do that."