From a6ac529675ece5961e3034a37139d1aa6bc072f1 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 16 Oct 2021 14:45:33 +0200 Subject: [PATCH] [wiki] Remove duplicate event field documentation Signed-off-by: Knut Ahlers --- wiki/Home.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wiki/Home.md b/wiki/Home.md index 182262e..585295d 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -147,10 +147,6 @@ Additionally there are some functions available in the templates: - `toUpper ` - Converts the given string to upper-case - `variable [default]` - Returns the variable value or default in case it is empty -For some events special variables are made available: -- `title` - Available in `title_update` - The new stream title -- `category` - Available in `category_update` - The new stream category - ## Command executions Your command will get a JSON object passed through `stdin` you can parse to gain details about the message. It is expected to yield an array of actions on `stdout` and exit with status `0`. If it does not the action will be marked failed. In case you need to output debug output you can use `stderr` which is directly piped to the bots `stderr`.