diff options
Diffstat (limited to 'doc/en/autogen/user/weechat_options.asciidoc')
-rw-r--r-- | doc/en/autogen/user/weechat_options.asciidoc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.asciidoc b/doc/en/autogen/user/weechat_options.asciidoc index 6911594b3..031287de9 100644 --- a/doc/en/autogen/user/weechat_options.asciidoc +++ b/doc/en/autogen/user/weechat_options.asciidoc @@ -742,6 +742,21 @@ ** type: integer ** values: 1 .. 10000 (default value: `100`) +* [[option_weechat.look.nick_color_force]] *weechat.look.nick_color_force* +** description: `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` +** type: string +** values: any string (default value: `""`) + +* [[option_weechat.look.nick_color_hash]] *weechat.look.nick_color_hash* +** description: `hash algorithm used to find the color for a nick: djb2 = variant of djb2 (position of letters matters: anagrams of a nick have different color), sum = sum of letters` +** type: integer +** values: djb2, sum (default value: `sum`) + +* [[option_weechat.look.nick_color_stop_chars]] *weechat.look.nick_color_stop_chars* +** description: `chars used to stop in nick when computing color with letters of nick (at least one char outside this list must be in string before stopping) (example: nick "|nick|away" with "|" in chars will return color of nick "|nick")` +** type: string +** values: any string (default value: `"_|["`) + * [[option_weechat.look.nick_prefix]] *weechat.look.nick_prefix* ** description: `text to display before nick in prefix of message, example: "<"` ** type: string |