diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/irc_commands.adoc | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/irc_options.adoc | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_commands.adoc b/doc/en/autogen/user/irc_commands.adoc index c0c393445..45efd7327 100644 --- a/doc/en/autogen/user/irc_commands.adoc +++ b/doc/en/autogen/user/irc_commands.adoc @@ -111,7 +111,7 @@ Without argument, this command displays the ban list for current channel. Without argument, "ls" and "list" are sent. -Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, extended-join, invite-notify, multi-prefix, server-time, userhost-in-names. +Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, multi-prefix, server-time, userhost-in-names. The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities). 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 |