diff options
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`) |