diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-25 21:44:21 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-25 21:44:27 +0100 |
commit | 771b932dec8d02ce7e8225fcbe059d631709b79a (patch) | |
tree | 350f5ee58089c115af2db3698bb0ada7788a61b2 /doc/en/autogen | |
parent | 41911babd394179c6e6427d2c65c397c32493df4 (diff) | |
download | weechat-771b932dec8d02ce7e8225fcbe059d631709b79a.zip |
doc: update auto-generated files with WeeChat options (issue #635)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/weechat_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.adoc b/doc/en/autogen/user/weechat_options.adoc index 868ac7501..84a1dd545 100644 --- a/doc/en/autogen/user/weechat_options.adoc +++ b/doc/en/autogen/user/weechat_options.adoc @@ -926,6 +926,12 @@ ** values: djb2, sum, djb2_32, sum_32 ** default value: `+djb2+` +* [[option_weechat.look.nick_color_hash_salt]] *weechat.look.nick_color_hash_salt* +** description: pass:none[salt for the hash algorithm used to find nick colors (the nickname is appended to this salt and the hash algorithm operates on this string); modifying this shuffles nick colors] +** type: string +** values: any string +** default value: `+""+` + * [[option_weechat.look.nick_color_stop_chars]] *weechat.look.nick_color_stop_chars* ** description: pass:none[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"); this option has an impact on option weechat.look.nick_color_force, so the nick for the forced color must not contain the chars ignored by this option] ** type: string |