From 2ad9e84c33850df56ab10cf16acd63fef4979d5c Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 20 Oct 2025 15:55:30 -0700 Subject: [PATCH] Update pong_bot.py --- pong_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pong_bot.py b/pong_bot.py index 796d9c9..341950f 100755 --- a/pong_bot.py +++ b/pong_bot.py @@ -151,7 +151,7 @@ def handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM, chann def handle_motd(message, message_from_id, isDM): global MOTD isAdmin = False - msg = "" + msg = MOTD # check if the message_from_id is in the bbs_admin_list if bbs_admin_list != ['']: for admin in bbs_admin_list: