This commit is contained in:
Nestpebble
2024-09-16 11:49:07 +01:00
parent e2105e1fa3
commit 037024395d
+1 -1
View File
@@ -94,7 +94,7 @@ 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: " + str({message_from_id}) + f", admin list is: " + str({bbs_admin_list}))
logger.debug(f"System: node tried to change MOTD: ", str({message_from_id}), f", admin list is: ", str({bbs_admin_list}))
return "I can't do that for you"
else:
return MOTD