From 7e7987afec9e8bbbaecb9c84d267097568d7edc7 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 1 Feb 2023 10:39:34 +0100 Subject: doc/telegram-chat: add hint on command runtime --- doc/telegram-chat.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3-54-g00ecf