From 7224da9c7afab2543aa5183f2638c1594bf8f55a Mon Sep 17 00:00:00 2001 From: Nestpebble Date: Mon, 16 Sep 2024 11:41:54 +0100 Subject: [PATCH] dfsdf --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 5718667..b60ef24 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -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