mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 17:32:52 +02:00
sdfsdfsdf
This commit is contained in:
+1
-1
@@ -525,7 +525,7 @@ def handle_sun(message_from_id, deviceID, channel_number):
|
||||
|
||||
def handle_lheard(message, nodeid, deviceID, isDM):
|
||||
if "?" in message and isDM:
|
||||
return message.split("?")[0].title() + " command returns a list of the last " + storeFlimit + " nodes that have been heard recently"
|
||||
return message.split("?")[0].title() + " command returns a list of the nodes that have been heard recently"
|
||||
|
||||
else:
|
||||
# display last heard nodes add to response
|
||||
|
||||
Reference in New Issue
Block a user