diff options
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/irc_options.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/it/autogen/user/irc_options.txt b/doc/it/autogen/user/irc_options.txt index af998952c..39ab4f1e5 100644 --- a/doc/it/autogen/user/irc_options.txt +++ b/doc/it/autogen/user/irc_options.txt @@ -73,8 +73,13 @@ ** 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 underline (valore predefinito: `default`) -* *irc.look.buffer_auto_switch_on_join* -** descrizione: `auto switch to channel buffer on join` +* *irc.look.buffer_switch_autojoin* +** descrizione: `auto switch to channel buffer when it is auto joined (with server option "autojoin")` +** tipo: bool +** valori: on, off (valore predefinito: `on`) + +* *irc.look.buffer_switch_join* +** descrizione: `auto switch to channel buffer when it is manually joined (with /join command)` ** tipo: bool ** valori: on, off (valore predefinito: `on`) |