diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-02-26 18:18:37 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-02-26 18:18:37 +0100 |
commit | f3dc2e7ef91aa258f9cd39e0ea258f6ec08a97ca (patch) | |
tree | a7ccab6fa6b374df105da517042ff328a48bc922 /doc/en/autogen/user/irc_options.txt | |
parent | a1e87fe63d8c5aa49619080a1947384711eaafcd (diff) | |
download | weechat-f3dc2e7ef91aa258f9cd39e0ea258f6ec08a97ca.zip |
irc: add search for lower case nicks in option irc.look.nick_color_force
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 5f8cc608e..f6ec706b8 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -224,7 +224,7 @@ ** values: none, next, near_server (default value: `none`) * [[option_irc.look.nick_color_force]] *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")` +** 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"); lookup 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: `""`) |