diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-08 20:29:05 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-08 20:30:59 +0200 |
commit | 66192192978007c77a32b125af2d9d98d8e2309d (patch) | |
tree | b996d6c3bae36f24c652de89c36362609f056d98 /doc/de | |
parent | 6fa0f49a28d59e3f42cea3aff4337943d8dd5550 (diff) | |
download | weechat-66192192978007c77a32b125af2d9d98d8e2309d.zip |
doc: add value -1 for notify level in trigger of type line (user's guide)
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/weechat_user.de.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index e4cb5b4a3..d82427bd9 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -4112,7 +4112,8 @@ Der Callback von "line" legt folgende Variablen in der Hashtable an: | str_time | string | Datum für Darstellung. Kann Farbkodierungen erhalten. | tags | string | Tags einer Nachricht (Komma wird automatisch zu Beginn und Ende den Tags hinzugefügt). | displayed | string | "1" wenn Zeile dargestellt wird, "0" wenn Zeile gefiltert wird. -| notify_level | string | "0" = low level, "1" = Nachricht, "2" = private Nachricht, "3" = Highlight +// TRANSLATION MISSING +| notify_level | string | "-1" = no notify, "0" = low level, "1" = Nachricht, "2" = private Nachricht, "3" = Highlight | highlight | string | "1" wenn Highlight, andernfalls "0". | prefix | string | Prefix. | tg_prefix_nocolor | string | Prefix, ohne Farbkodierung. |