mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
Update mesh_bot.py
This commit is contained in:
@@ -79,7 +79,7 @@ def handle_ping(message, hop, snr, rssi):
|
||||
else:
|
||||
return "🏓PONG, " + hop
|
||||
|
||||
def handle_motd(message, deviceID):
|
||||
def handle_motd(message, message_from_id):
|
||||
global MOTD
|
||||
if "$" in message and str(message_from_id) in bbs_admin_list:
|
||||
motd = message.split("$")[1]
|
||||
|
||||
Reference in New Issue
Block a user