Clarify respond_fallback does not support templating

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-01-21 01:00:50 +01:00
parent 2a1b8d2a6c
commit ae4ad1a4bb
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -31,7 +31,8 @@ rules: # See below for examples
# Send responding message to the channel the original message was received in # Send responding message to the channel the original message was received in
- respond: 'Hello chatter' # String, applies templating - respond: 'Hello chatter' # String, applies templating
respond_fallback: 'Oh noes' # String, text to send if the template function causes an error (default: unset) respond_fallback: 'Oh noes' # String, text to send if the template function causes
# an error, does NOT support templating (default: unset)
# Issue a timeout on the user who wrote the chat-line # Issue a timeout on the user who wrote the chat-line
- timeout: 1s # Duration value: 1s / 1m / 1h - timeout: 1s # Duration value: 1s / 1m / 1h