mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
Clarify respond_fallback does not support templating
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
2a1b8d2a6c
commit
ae4ad1a4bb
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue