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/ja/autogen | |
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/ja/autogen')
-rw-r--r-- | doc/ja/autogen/user/irc_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/irc_options.txt b/doc/ja/autogen/user/irc_options.txt index d554db780..0b9262152 100644 --- a/doc/ja/autogen/user/irc_options.txt +++ b/doc/ja/autogen/user/irc_options.txt @@ -419,7 +419,7 @@ ** 値: 1 .. 65535 (デフォルト値: `10`) * [[option_irc.server_default.autorejoin]] *irc.server_default.autorejoin* -** 説明: `キックされた後に自動的に再度参加` +** 説明: `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")` ** タイプ: ブール ** 値: on, off (デフォルト値: `off`) |