diff --git a/wiki/Home.md b/wiki/Home.md index d637e89..d6b5351 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -31,7 +31,8 @@ rules: # See below for examples # Send responding message to the channel the original message was received in - 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 - timeout: 1s # Duration value: 1s / 1m / 1h