diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-29 23:25:05 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-29 23:25:05 +0200 |
commit | fcc209a8bf14da3ce4bb8b81feff9b4713fef002 (patch) | |
tree | 21975847c96927cd1ae8111b21ef656cc356e4d6 /doc/en | |
parent | 90c99339b486ebf5d587e33e0d9d406deac9ea2d (diff) | |
download | weechat-fcc209a8bf14da3ce4bb8b81feff9b4713fef002.zip |
Add new option irc.look.nick_color_force
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 2f9be501d..7020680a0 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -188,6 +188,11 @@ ** type: integer ** values: none, next, near_server (default value: `none`) +* *irc.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")` +** type: string +** values: any string (default value: `""`) + * *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 |