From 7ff36a3d5f91860f56e62a16e24256d4743804fb Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 6 Oct 2025 13:05:32 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index a1b07d0..9ad1a36 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -21,7 +21,7 @@ cmdHistory = [] # list to hold the command history for lheard and history comman msg_history = [] # list to hold the message history for the messages command def auto_response(message, snr, rssi, hop, pkiStatus, message_from_id, channel_number, deviceID, isDM): - global cmdHistory + global cmdHistory, msg_history #Auto response to messages message_lower = message.lower() bot_response = "🤖I'm sorry, I'm afraid I can't do that."