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