diff options
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 cc7723033..b36ed5e62 100644 --- a/doc/en/autogen/user/irc_options.adoc +++ b/doc/en/autogen/user/irc_options.adoc @@ -32,6 +32,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_chghost]] *irc.color.message_chghost* +** description: pass:none[color for text in chghost 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: `+brown+` + * [[option_irc.color.message_join]] *irc.color.message_join* ** description: pass:none[color for text in join messages] ** type: color @@ -368,6 +374,12 @@ ** 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 +** values: on, off +** default value: `+on+` + * [[option_irc.look.smart_filter_delay]] *irc.look.smart_filter_delay* ** description: pass:none[delay for filtering join/part/quit messages (in minutes): if the nick did not speak during the last N minutes, the join/part/quit is filtered] ** type: integer |