diff options
author | Nils Görs <weechatter@arcor.de> | 2012-12-05 19:39:50 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-05 19:39:50 +0100 |
commit | d224594194e68dc8addce8a6da9001c72f6d1dcc (patch) | |
tree | 4ad96be47af2de8135d5b9f658b1ae4e5197824b /doc/en/autogen/user/irc_options.txt | |
parent | d544a47e2ca56e84db55acce54f5d20a531b7f14 (diff) | |
download | weechat-d224594194e68dc8addce8a6da9001c72f6d1dcc.zip |
irc: read local variable "autorejoin" in buffer to override server option "autorejoin" (task #12256)
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index a1f745a3a..6462c0ae2 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -419,7 +419,7 @@ ** values: 1 .. 65535 (default value: `10`) * [[option_irc.server_default.autorejoin]] *irc.server_default.autorejoin* -** description: `automatically rejoin channels after kick` +** description: `automatically rejoin channels after kick; you can define a buffer local variable on a channel to override this value (name of variable: "autorejoin", value: "on" or "off")` ** type: boolean ** values: on, off (default value: `off`) |