diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-14 20:23:45 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-14 20:23:45 +0100 |
commit | 624083f41a6b8abc1a566b33f54bfc226d13886f (patch) | |
tree | 001df49a57b15a545efedf70d9d40004152a114a /doc/it | |
parent | 8d3a55c6be20768e85bf9ac5f06174f56463a282 (diff) | |
download | weechat-624083f41a6b8abc1a566b33f54bfc226d13886f.zip |
irc: open channel buffers before the JOIN is received from server (autojoin and manual joins) (closes #216)
New options:
- irc.look.buffer_open_before_autojoin
- irc.look.buffer_open_before_join
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/irc_options.asciidoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/it/autogen/user/irc_options.asciidoc b/doc/it/autogen/user/irc_options.asciidoc index 66215be82..9f425da24 100644 --- a/doc/it/autogen/user/irc_options.asciidoc +++ b/doc/it/autogen/user/irc_options.asciidoc @@ -68,6 +68,16 @@ ** 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: `default`) +* [[option_irc.look.buffer_open_before_autojoin]] *irc.look.buffer_open_before_autojoin* +** descrizione: `open channel buffer before the JOIN is received from server when it is auto joined (with server option "autojoin"); this is useful to open channels with always the same buffer numbers on startup` +** tipo: bool +** valori: on, off (valore predefinito: `on`) + +* [[option_irc.look.buffer_open_before_join]] *irc.look.buffer_open_before_join* +** descrizione: `open channel buffer before the JOIN is received from server when it is manually joined (with /join command)` +** tipo: bool +** valori: on, off (valore predefinito: `off`) + * [[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 |