This commit is contained in:
Nestpebble
2024-09-16 11:46:21 +01:00
parent be67b33f99
commit e2105e1fa3
+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: " + {message_from_id} + f", admin list is: " + {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