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:
@@ -132,7 +132,7 @@ def auto_response(message, snr, rssi, hop, message_from_id):
|
||||
elif "solar" in message.lower():
|
||||
bot_response = drap_xray_conditions() + "\n" + solar_conditions()
|
||||
elif "lheard" in message.lower() or "sitrep" in message.lower():
|
||||
bot_response = "Last 5 nodes heard:\n" + str(get_node_list())
|
||||
bot_response = "Last heard:\n" + str(get_node_list())
|
||||
elif "whereami" in message.lower():
|
||||
location = get_node_location(message_from_id)
|
||||
where = where_am_i(str(location[0]),str(location[1]))
|
||||
|
||||
Reference in New Issue
Block a user