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/it/autogen | |
parent | 474541b857849e73e1277afa58c3c8ce6178aac6 (diff) | |
download | weechat-e791c24a2e4200a8f87d63465a1c1ed276b7f9b9.zip |
irc: allow "$ident" in option irc.network.ban_mask_default (closes #18)
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/irc_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/autogen/user/irc_options.txt b/doc/it/autogen/user/irc_options.txt index 0efc560fb..9b365ff8d 100644 --- a/doc/it/autogen/user/irc_options.txt +++ b/doc/it/autogen/user/irc_options.txt @@ -354,9 +354,9 @@ ** valori: 0 .. 604800 (valore predefinito: `600`) * [[option_irc.network.ban_mask_default]] *irc.network.ban_mask_default* -** descrizione: `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` +** descrizione: `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` ** tipo: stringa -** valori: qualsiasi stringa (valore predefinito: `"*!$user@$host"`) +** valori: qualsiasi stringa (valore predefinito: `"*!$ident@$host"`) * [[option_irc.network.colors_receive]] *irc.network.colors_receive* ** descrizione: `se disabilitato, i codici colori vengono ignorati nei messaggi in entrata` |