diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-23 21:31:09 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-23 21:31:09 +0200 |
commit | fe193a350ba38349505876c2ece21656e52948ff (patch) | |
tree | b151f438e93ef6093115415088e7a83a170cbc7d /doc/en/autogen/user/irc_options.adoc | |
parent | e437613acb2c2058aa7974a0e1f2cedc56177382 (diff) | |
download | weechat-fe193a350ba38349505876c2ece21656e52948ff.zip |
core: update translations (issue #683)
Diffstat (limited to 'doc/en/autogen/user/irc_options.adoc')
-rw-r--r-- | doc/en/autogen/user/irc_options.adoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.adoc b/doc/en/autogen/user/irc_options.adoc index 4955f8777..db2505dfd 100644 --- a/doc/en/autogen/user/irc_options.adoc +++ b/doc/en/autogen/user/irc_options.adoc @@ -44,6 +44,12 @@ ** 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 italic, "_" for underline ** default value: `+green+` +* [[option_irc.color.message_kick]] *irc.color.message_kick* +** description: pass:none[color for text in kick/kill messages] +** 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 italic, "_" for underline +** default value: `+red+` + * [[option_irc.color.message_quit]] *irc.color.message_quit* ** description: pass:none[color for text in part/quit messages] ** type: color @@ -68,6 +74,12 @@ ** 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 italic, "_" for underline ** default value: `+green+` +* [[option_irc.color.reason_kick]] *irc.color.reason_kick* +** description: pass:none[color for reason in kick/kill messages] +** 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 italic, "_" for underline +** default value: `+default+` + * [[option_irc.color.reason_quit]] *irc.color.reason_quit* ** description: pass:none[color for reason in part/quit messages] ** type: color |