Fix occasional outgoing message dupe glitch due to mismatched send vs. radio timestamps

This commit is contained in:
Jack Kingsman
2026-01-27 12:05:15 -08:00
parent 58eeb392ad
commit 749cc85f3c
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ Bot execution module for automatic message responses.
This module provides functionality for executing user-defined Python code
in response to incoming messages. The user's code can process message data
and optionally return a response string.
and optionally return a response string or a list of strings.
SECURITY WARNING: This executes arbitrary Python code provided by the user.
It should only be enabled on trusted systems where the user understands