mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-03 08:21:40 +02:00
asdasd
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user