mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-05 04:52:16 +02:00
Update mesh-bot.py
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user