mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-08 18:03:33 +02:00
Update mesh_bot.py
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ def auto_response(message, snr, rssi, hop, message_from_id, channel_number, devi
|
||||
else:
|
||||
bot_response = "example: bbspost @nodeNumber/ShortName #message"
|
||||
elif not "example:" in message:
|
||||
bot_response = "example: bbspost $subject #message, or bbspost @nodeNumber #message"
|
||||
bot_response = "example: bbspost $subject #message, or bbspost @node #message"
|
||||
|
||||
elif "bbsread" in message.lower():
|
||||
# Check if the user added a message number to the message
|
||||
|
||||
Reference in New Issue
Block a user