diff options
Diffstat (limited to 'doc/de/weechat_user.de.adoc')
-rw-r--r-- | doc/de/weechat_user.de.adoc | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index e019f5005..5c87dff96 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -3801,21 +3801,27 @@ Variable eines Hashtable darstellt). + Sollte _var_ nicht näher spezifiziert sein, wird die Standard-Variable genutzt, welche abhängig von dem genutzten Hook ist: -[width="50%",cols="4,5m",options="header"] -|=== -| Hook | Standard-Variable -| signal | tg_signal_data -| hsignal | -| modifier | tg_string -| line | message -| print | tg_message -| command | tg_argv_eol1 -| command_run | tg_command -| timer | tg_remaining_calls -| config | tg_value -| focus | +// TRANSLATION MISSING +[width="100%",cols="2,3,7",options="header"] +|=== +| Hook | Standard-Variable | Update allowed ^(1)^ +| signal | tg_signal_data | +| hsignal | | +| modifier | tg_string | tg_string +| line | message | buffer, buffer_name, y, date, date_printed, str_time, tags, notify_level, highlight, prefix, message +| print | tg_message | +| command | tg_argv_eol1 | +| command_run | tg_command | +| timer | tg_remaining_calls | +| config | tg_value | +| focus | | |=== +// TRANSLATION MISSING +[NOTE] +^(1)^ All variables can be updated in the trigger, but only these variables +have an effect on the value returned by the trigger and used by WeeChat. + Mehrere reguläre Ausdrücke können durch ein Leerzeichen voneinander getrennt werden, zum Beispiel: "/regex1/replace1/var1 /regex2/replace2/var2". |