From 150b9fcc775a6ac988ebab8a15cd02aa394093c1 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 9 Jul 2024 14:00:51 -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 cd426af..7b6bd52 100755 --- a/pong_bot.py +++ b/pong_bot.py @@ -30,7 +30,7 @@ except Exception as e: print(f"System: Critical Error script abort. {e}") exit() -def auto_response(message, snr, rssi, hop): +def auto_response(message, snr, rssi, hop, message_from_id): # Auto response to messages if "ping" in message.lower(): # Check if the user added @foo to the message