diff options
author | Christian Hesse <mail@eworm.de> | 2023-02-01 10:39:34 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-02-01 11:29:56 +0100 |
commit | 7e7987afec9e8bbbaecb9c84d267097568d7edc7 (patch) | |
tree | c731e511e08c89104741564c9cb826b69ccf3b04 /doc | |
parent | 8f47bc9836b42c1e25367732793dcb02123d886d (diff) |
doc/telegram-chat: add hint on command runtime
Diffstat (limited to 'doc')
-rw-r--r-- | doc/telegram-chat.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/telegram-chat.md b/doc/telegram-chat.md index 540cc88..0c1e157 100644 --- a/doc/telegram-chat.md +++ b/doc/telegram-chat.md @@ -79,6 +79,12 @@ scripting capabilities. Try to print what you want to act on... /ip/address/remove [ find where interface=eth ]; +### Mind command runtime + +The command is run in background while the script waits for it - about +20 seconds at maximum. A command exceeding that time continues to run in +background, but the output in the message is missing or truncated then. + ### Sending commands to a group Adding a bot to a group allows it to send messages to that group. To allow |