diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-16 18:38:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-16 18:38:41 +0100 |
commit | ea65e4d50fdb6c235455e3f687b8600035350bce (patch) | |
tree | 957026cac9d0ae5a5da8fbee9d88527a738dacf4 /doc/it/autogen/user/irc_options.txt | |
parent | 15121096d4adcfddf59141e8f1d10577320fd295 (diff) | |
download | weechat-ea65e4d50fdb6c235455e3f687b8600035350bce.zip |
Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506)
Diffstat (limited to 'doc/it/autogen/user/irc_options.txt')
-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`) |