diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-07 22:38:58 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-07 22:38:58 +0100 |
commit | c832116caeb2d001bc9c765a59c1053e3ad1cc9d (patch) | |
tree | a7451f731da623d5217bfed738a436ad7817e38b /doc/en/autogen | |
parent | 1aeeecb82d473a23737191bfd18c3cb6239d06f7 (diff) | |
download | weechat-c832116caeb2d001bc9c765a59c1053e3ad1cc9d.zip |
irc: rename option irc.look.ban_mask_default to irc.network.ban_mask_default
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index c947af84b..4f27958cf 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -63,11 +63,6 @@ ** 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: `darkgray`) -* [[option_irc.look.ban_mask_default]] *irc.look.ban_mask_default* -** description: `default ban mask for commands /ban, /unban and /kickban; variables $nick, $user and $host are replaced by their values (extracted from "nick!user@host"); this default mask is used only if WeeChat knows the host for the nick` -** type: string -** values: any string (default value: `"*!$user@$host"`) - * [[option_irc.look.buffer_switch_autojoin]] *irc.look.buffer_switch_autojoin* ** description: `auto switch to channel buffer when it is auto joined (with server option "autojoin")` ** type: boolean @@ -353,6 +348,11 @@ ** type: integer ** values: 0 .. 86400 (default value: `1800`) +* [[option_irc.network.ban_mask_default]] *irc.network.ban_mask_default* +** description: `default ban mask for commands /ban, /unban and /kickban; variables $nick, $user and $host are replaced by their values (extracted from "nick!user@host"); this default mask is used only if WeeChat knows the host for the nick` +** type: string +** values: any string (default value: `"*!$user@$host"`) + * [[option_irc.network.colors_receive]] *irc.network.colors_receive* ** description: `when off, colors codes are ignored in incoming messages` ** type: boolean |