From c36ce2c3a6602ce76d06d07ea23d5d38b1141e1c Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 6 Oct 2025 13:09:47 -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 9ad1a36..cad44ca 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -1187,7 +1187,7 @@ def checkPlayingGame(message_from_id, message_string, rxNode, channel_number): return playingGame def onReceive(packet, interface): - global seenNodes + global seenNodes, msg_history, cmdHistory # Priocess the incoming packet, handles the responses to the packet with auto_response() # Sends the packet to the correct handler for processing