This commit is contained in:
Nestpebble
2024-09-16 11:41:54 +01:00
parent fd68007c41
commit 7224da9c7a
+1 -1
View File
@@ -95,7 +95,7 @@ def handle_motd(message, message_from_id):
return "MOTD Set to: " + MOTD
elif "$" in message and str(bbs_admin_list).strip():
logger.debug(f"System: node tried to change MOTD: ", {message_from_id})
return "I can't do that for you"
return "I can't do that for you" + str(bbs_admin_list).strip()
else:
return MOTD