diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index 56fbdc5f0..c9e9002c6 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -2916,6 +2916,509 @@ include::autogen/user/tcl_commands.txt[] include::autogen/user/guile_commands.txt[] +// TRANSLATION MISSING +[[trigger_plugin]] +=== Trigger plugin + +Trigger is the Swiss Army knife for WeeChat: it can hook many things (signal, +modifier, print, ...), change the content of data, and execute one or more +commands. A condition can be used to prevent the trigger to run in some +circumstances. + +Using triggers require you to know how the signals, modifiers, ... are working. +So you might consider reading the 'Hooks' chapter in the +'WeeChat Plugin API Reference'. + +[[trigger_options]] +==== Options (trigger.conf) + +Sections: + +[width="100%",cols="3m,6m,16",options="header"] +|=== +| Section | Control command | Beschreibung +| look | /set trigger.look.* | Erscheinungsbild +| color | /set trigger.color.* | Farben +| trigger | <> + + <> + + /set trigger.trigger.* | Trigger options +|=== + +Options: + +include::autogen/user/trigger_options.txt[] + +[[trigger_commands]] +==== Commands + +include::autogen/user/trigger_commands.txt[] + +[[trigger_anatomy]] +==== Anatomy of a trigger + +A trigger has the following options (names are +`trigger.trigger..