diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-30 18:58:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-30 18:58:11 +0200 |
commit | e791c24a2e4200a8f87d63465a1c1ed276b7f9b9 (patch) | |
tree | f16be27cccd8efabc856860b7265c27794963a19 /doc/en/autogen/user | |
parent | 474541b857849e73e1277afa58c3c8ce6178aac6 (diff) | |
download | weechat-e791c24a2e4200a8f87d63465a1c1ed276b7f9b9.zip |
irc: allow "$ident" in option irc.network.ban_mask_default (closes #18)
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 3920de6b8..708a34717 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -354,9 +354,9 @@ ** values: 0 .. 604800 (default value: `600`) * [[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` +** description: `default ban mask for commands /ban, /unban and /kickban; variables $nick, $user, $ident and $host are replaced by their values (extracted from "nick!user@host"); $ident is the same as $user if $user does not start with "~", otherwise it is set to "*"; this default mask is used only if WeeChat knows the host for the nick` ** type: string -** values: any string (default value: `"*!$user@$host"`) +** values: any string (default value: `"*!$ident@$host"`) * [[option_irc.network.colors_receive]] *irc.network.colors_receive* ** description: `when off, colors codes are ignored in incoming messages` |