From 63bd288caa7ebd45f1ecd124600ff07bb8b3db25 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 20 Oct 2025 15:40:32 -0700 Subject: [PATCH] fixMOTD theMOTD is how did this happen --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index b999128..0ce49f3 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -337,7 +337,7 @@ def handle_emergency(message_from_id, deviceID, message): def handle_motd(message, message_from_id, isDM): global MOTD - msg = '' + msg = MOTD isAdmin = isNodeAdmin(message_from_id) if "?" in message: msg = "Message of the day, set with 'motd $ HelloWorld!'"