ping pong

This commit is contained in:
SpudGunMan
2024-07-01 22:23:06 -07:00
parent 67321158e0
commit 3ca3d2428b
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ def auto_response(message, snr, rssi, hop, message_from_id):
elif "testing" in message.lower():
bot_response = "Testing 1,2,3"
elif "pong" in message.lower():
bot_response = "PING!!"
bot_response = "P-I-N-G!!"
elif "motd" in message.lower():
#check if the user wants to set the motd by using $
if "$" in message:

View File

@@ -51,7 +51,7 @@ def auto_response(message, snr, rssi, hop):
elif "testing" in message.lower():
bot_response = "Testing 1,2,3"
elif "pong" in message.lower():
bot_response = "PING!!"
bot_response = "P-I-N-G!!"
elif "motd" in message.lower():
# check if the user wants to set the motd by using $
if "$" in message: