Skip to content

Commit bbafe0f

Browse files
committed
add details to functions page
1 parent 71fc7f0 commit bbafe0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/docs/reference/templates/functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,8 @@ Executes another custom command specified by `ccID`.
479479
- `data`: some arbitrary data to pass to the executed custom command.
480480

481481
Calling `execCC` with 0 delay sets `.StackDepth` to the current recursion depth and limits it to 2.
482+
`execCC` is rate-limited strictly to a maximum of 10 delayed custom commands executed per channel per minute. Executions
483+
beyond this number will be dropped.
482484

483485
##### Example
484486

0 commit comments

Comments
 (0)