Update pong_bot.py

This commit is contained in:
SpudGunMan
2025-10-20 15:55:30 -07:00
parent 63bd288caa
commit 2ad9e84c33

View File

@@ -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: