Update mesh_bot.py

This commit is contained in:
SpudGunMan
2025-10-10 11:40:30 -07:00
parent 2273b481ad
commit 6b548f82b2
+1 -1
View File
@@ -307,7 +307,7 @@ def handle_motd(message, message_from_id, isDM):
def handle_echo(message, message_from_id, deviceID, isDM, channel_number):
if "?" in message.lower():
return "echo command returns your message back to you. Example:echo Hello World"
return "command returns your message back to you. Example:echo Hello World"
elif "echo " in message.lower():
parts = message.lower().split("echo ", 1)
if len(parts) > 1 and parts[1].strip() != "":