mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 17:32:52 +02:00
Update pong_bot.py
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user