mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 17:32:52 +02:00
Update mesh_bot.py
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ def onReceive(packet, interface):
|
||||
if msg:
|
||||
print(f"{log_timestamp()} System: BBS DM Found: {msg[1]} For: {get_name_from_number(message_from_id)}")
|
||||
message = "Mail: " + msg[1] + " from: " + get_name_from_number(msg[2])
|
||||
bbs_delete_dm(msg[2], msg[1])
|
||||
bbs_delete_dm(msg[0], msg[1])
|
||||
send_message(message, channel_number, message_from_id)
|
||||
|
||||
# check for a message packet and process it
|
||||
|
||||
Reference in New Issue
Block a user