theMOTD is how did this happen
This commit is contained in:
SpudGunMan
2025-10-20 15:40:32 -07:00
parent 5c7d199831
commit 63bd288caa

View File

@@ -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!'"