summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-12-14 20:23:45 +0100
committerSébastien Helleu <flashcode@flashtux.org>2014-12-14 20:23:45 +0100
commit624083f41a6b8abc1a566b33f54bfc226d13886f (patch)
tree001df49a57b15a545efedf70d9d40004152a114a /doc/en/autogen
parent8d3a55c6be20768e85bf9ac5f06174f56463a282 (diff)
downloadweechat-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/en/autogen')
-rw-r--r--doc/en/autogen/user/irc_options.asciidoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.asciidoc b/doc/en/autogen/user/irc_options.asciidoc
index 2799c4210..c8389533a 100644
--- a/doc/en/autogen/user/irc_options.asciidoc
+++ b/doc/en/autogen/user/irc_options.asciidoc
@@ -68,6 +68,16 @@
** 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 italic, "_" for underline (default value: `default`)
+* [[option_irc.look.buffer_open_before_autojoin]] *irc.look.buffer_open_before_autojoin*
+** description: `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`
+** type: boolean
+** values: on, off (default value: `on`)
+
+* [[option_irc.look.buffer_open_before_join]] *irc.look.buffer_open_before_join*
+** description: `open channel buffer before the JOIN is received from server when it is manually joined (with /join command)`
+** type: boolean
+** values: on, off (default value: `off`)
+
* [[option_irc.look.buffer_switch_autojoin]] *irc.look.buffer_switch_autojoin*
** description: `auto switch to channel buffer when it is auto joined (with server option "autojoin")`
** type: boolean