mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-21 09:25:42 +02:00
doc/telegram-chat: add hint on command runtime
This commit is contained in:
parent
8f47bc9836
commit
7e7987afec
1 changed files with 6 additions and 0 deletions
|
@ -79,6 +79,12 @@ scripting capabilities. Try to print what you want to act on...
|
||||||
|
|
||||||
/ip/address/remove [ find where interface=eth ];
|
/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
|
### Sending commands to a group
|
||||||
|
|
||||||
Adding a bot to a group allows it to send messages to that group. To allow
|
Adding a bot to a group allows it to send messages to that group. To allow
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue