diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-03 08:00:24 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-03 08:00:24 +0200 |
commit | f41b17563f44dc540d90ae846cc725d482fb4e26 (patch) | |
tree | 5bdcd3f1bd1cdd1c36024beebe4080c67bd059a1 /doc/en | |
parent | 207642a3ec30007269691e0e68c9e03156077c5a (diff) | |
download | weechat-f41b17563f44dc540d90ae846cc725d482fb4e26.zip |
doc: update auto-generated files (issue #1250)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/includes/autogen_user_options.en.adoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc index e3f289a39..a9252a046 100644 --- a/doc/en/includes/autogen_user_options.en.adoc +++ b/doc/en/includes/autogen_user_options.en.adoc @@ -2004,6 +2004,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: `+default+` +* [[option_irc.color.message_account]] *irc.color.message_account* +** description: pass:none[color for text in account 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: `+cyan+` + * [[option_irc.color.message_chghost]] *irc.color.message_chghost* ** description: pass:none[color for text in chghost messages] ** type: color @@ -2364,6 +2370,12 @@ ** values: on, off ** default value: `+on+` +* [[option_irc.look.smart_filter_account]] *irc.look.smart_filter_account* +** description: pass:none[enable smart filter for "account" messages] +** type: boolean +** values: on, off +** default value: `+on+` + * [[option_irc.look.smart_filter_chghost]] *irc.look.smart_filter_chghost* ** description: pass:none[enable smart filter for "chghost" messages] ** type: boolean |