diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-23 16:45:43 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-23 16:45:43 +0100 |
commit | 4eb25460828cce238f03086d5102a9977b306265 (patch) | |
tree | 13871309703cc0869d420f6b3d796571c8b43994 /doc/en | |
parent | 0e51b636865edb12565c517aca72ba2c7c0be095 (diff) | |
download | weechat-4eb25460828cce238f03086d5102a9977b306265.zip |
Add new option irc.look.color_nicks_in_nicklist
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 1f53c1ee9..d64d9cea8 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -73,6 +73,11 @@ ** type: color ** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "%" for reverse, "_" for underline (default value: `default`) +* *irc.look.color_nicks_in_nicklist* +** description: `use nick color in nicklist` +** type: boolean +** values: on, off (default value: `off`) + * *irc.look.color_nicks_in_server_messages* ** description: `use nick color in messages from server` ** type: boolean |