diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-16 20:58:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-16 20:58:12 +0200 |
commit | e8be4f62af4654aa3f31cc7e99dbc4c845a55915 (patch) | |
tree | 34912a12f81446a8c447742dbbdfb19d5b77aeda /doc/de | |
parent | ea0bdbab1bc321a6ee84087430231a1a19492d58 (diff) | |
download | weechat-e8be4f62af4654aa3f31cc7e99dbc4c845a55915.zip |
core: mention possible background color in /help weechat.look.nick_color_force
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/autogen/user/weechat_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/user/weechat_options.adoc b/doc/de/autogen/user/weechat_options.adoc index efba22d7e..aa86de834 100644 --- a/doc/de/autogen/user/weechat_options.adoc +++ b/doc/de/autogen/user/weechat_options.adoc @@ -915,7 +915,7 @@ ** Standardwert: `+100+` * [[option_weechat.look.nick_color_force]] *weechat.look.nick_color_force* -** Beschreibung: pass:none[erzwingt für einen Nick eine spezielle Farbe. Die standardmäßig, mittels Streuwertfunktion aus dem Nicknamen, generierte Farbe findet für diese Nicks keine Anwendung (Format:"Nick1:Farbe1;Nick2:Farbe2"). Zuerst wird beim Namen des Nick nach Groß- und Kleinschreibung unterschieden. Sollte der Nick nicht gefunden werden findet keine Unterscheidung mehr statt. Somit ist es möglich die Nicks, für diese Einstellung, ausschließlich in Kleinschrift aufzuführen] +** Beschreibung: pass:none[force color for some nicks: hash computed with nickname to find color will not be used for these nicks (format is: "nick1:color1;nick2:color2"); look up for nicks is with exact case then lower case, so it's possible to use only lower case for nicks in this option; color can include background with the format "text,background", for example "yellow,red"] ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette ** Standardwert: `+""+` |