diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-02 23:03:49 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-02 23:03:49 +0200 |
commit | 2c4cf95ef9d1403feb0c87e87d7d8a4faf542254 (patch) | |
tree | c8e7a1d8c12d4c109ada605fb7487ad91c80ae72 /doc/en | |
parent | 465456841381b58788a03e6d96fbfeeb8d3fe620 (diff) | |
download | weechat-2c4cf95ef9d1403feb0c87e87d7d8a4faf542254.zip |
doc: update auto-generated files with irc options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 7a5a2ff6c..5b01e573c 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -218,6 +218,11 @@ ** type: string ** values: any string (default value: `""`) +* [[option_irc.look.nick_color_hash]] *irc.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_irc.look.nick_color_stop_chars]] *irc.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 |