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/en | |
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/en')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 7ee11252a..7e41948f2 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -73,8 +73,13 @@ ** type: color ** values: 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 (default value: `default`) -* *irc.look.buffer_auto_switch_on_join* -** description: `auto switch to channel buffer on join` +* *irc.look.buffer_switch_autojoin* +** description: `auto switch to channel buffer when it is auto joined (with server option "autojoin")` +** type: boolean +** values: on, off (default value: `on`) + +* *irc.look.buffer_switch_join* +** description: `auto switch to channel buffer when it is manually joined (with /join command)` ** type: boolean ** values: on, off (default value: `on`) |