summaryrefslogtreecommitdiff
path: root/doc/ja/includes
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja/includes')
-rw-r--r--doc/ja/includes/autogen_api_completions.ja.adoc2
-rw-r--r--doc/ja/includes/autogen_user_commands.ja.adoc26
-rw-r--r--doc/ja/includes/autogen_user_options.ja.adoc6
3 files changed, 34 insertions, 0 deletions
diff --git a/doc/ja/includes/autogen_api_completions.ja.adoc b/doc/ja/includes/autogen_api_completions.ja.adoc
index 423e4d254..9e99de8aa 100644
--- a/doc/ja/includes/autogen_api_completions.ja.adoc
+++ b/doc/ja/includes/autogen_api_completions.ja.adoc
@@ -26,6 +26,8 @@
| irc | irc_channels | 全ての IRC サーバのチャンネル
+| irc | irc_channels_autojoin | channels automatically joined on the current server (option "autojoin")
+
| irc | irc_ignores_numbers | 無視エントリの数
| irc | irc_modelist_masks | 現在の IRC チャンネルのモードリストマスク; 必須の引数: modelist mode
diff --git a/doc/ja/includes/autogen_user_commands.ja.adoc b/doc/ja/includes/autogen_user_commands.ja.adoc
index 4c0a70dc0..af2962d98 100644
--- a/doc/ja/includes/autogen_user_commands.ja.adoc
+++ b/doc/ja/includes/autogen_user_commands.ja.adoc
@@ -123,6 +123,32 @@ Examples:
/auth user2 ${weechat_config_dir}/ecdsa2.pem
----
+[[command_irc_autojoin]]
+* `+autojoin+`: configure the "autojoin" server option
+
+----
+/autojoin add [<channel1> [<channel2>...]]
+ addraw <channel1>[,<channel2>...] [<key1>[,<key2>...]]
+ del [<channel1> [<channel2>...]]
+ save
+
+ add: add current channel or a list of channels (with optional keys) to the autojoin option; if you are on the channel and the key is not provided, the key is read in the channel
+ addraw: use the IRC raw format (same as /join command): all channels separated by commas, optional keys separated by commas
+ del: delete current channel or a list of channels from the autojoin option
+channel: channel name
+ key: key for the channel
+ save: save currently joined channels in the autojoin option
+
+Examples:
+ /autojoin add
+ /autojoin add #test
+ /autojoin add #chan1 #chan2
+ /autojoin addraw #chan1,#chan2,#chan3 key1,key2
+ /autojoin del
+ /autojoin del #chan1
+ /autojoin save
+----
+
[[command_irc_ban]]
* `+ban+`: ニックネームかホスト名を指定してバン
diff --git a/doc/ja/includes/autogen_user_options.ja.adoc b/doc/ja/includes/autogen_user_options.ja.adoc
index 2f07f9b74..a962d6ef8 100644
--- a/doc/ja/includes/autogen_user_options.ja.adoc
+++ b/doc/ja/includes/autogen_user_options.ja.adoc
@@ -2690,6 +2690,12 @@
** 値: 未制約文字列
** デフォルト値: `+""+`
+* [[option_irc.server_default.autojoin_dynamic]] *irc.server_default.autojoin_dynamic*
+** 説明: pass:none[set automatically the "autojoin" option according to the channels you manually join and part with commands /join and /part]
+** タイプ: ブール
+** 値: on, off
+** デフォルト値: `+off+`
+
* [[option_irc.server_default.autoreconnect]] *irc.server_default.autoreconnect*
** 説明: pass:none[接続が切れたときに自動的に再接続]
** タイプ: ブール