This commit is contained in:
Nestpebble
2024-09-16 11:45:20 +01:00
parent 7224da9c7a
commit be67b33f99
+2 -2
View File
@@ -94,8 +94,8 @@ def handle_motd(message, message_from_id):
MOTD = motd.rstrip()
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" + str(bbs_admin_list).strip()
logger.debug(f"System: node tried to change MOTD: " + {message_from_id} + f", admin list is: " + {bbs_admin_list})
return "I can't do that for you"
else:
return MOTD