diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-07 22:02:05 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-07 22:02:05 +0100 |
commit | 1aeeecb82d473a23737191bfd18c3cb6239d06f7 (patch) | |
tree | 0f8739d92cd0999d4929cfc6c27f717d2d2329f0 /doc/it/autogen | |
parent | f6a80141b7c872dbdc7466244a7ca60f77d4389e (diff) | |
download | weechat-1aeeecb82d473a23737191bfd18c3cb6239d06f7.zip |
irc: add option irc.look.ban_mask_default (bug #26571)
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/irc_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/it/autogen/user/irc_options.txt b/doc/it/autogen/user/irc_options.txt index 28ceabed6..dab77c34d 100644 --- a/doc/it/autogen/user/irc_options.txt +++ b/doc/it/autogen/user/irc_options.txt @@ -63,6 +63,11 @@ ** tipo: colore ** valori: 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 (valore predefinito: `darkgray`) +* [[option_irc.look.ban_mask_default]] *irc.look.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` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `"*!$user@$host"`) + * [[option_irc.look.buffer_switch_autojoin]] *irc.look.buffer_switch_autojoin* ** descrizione: `passa automaticamente al buffer del canale con l'ingresso automatico abilitato (con l'opzione del server "autojoin")` ** tipo: bool |