summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/weechat_faq.ja.adoc32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc
index 7694d1be5..4f81c6e8c 100644
--- a/doc/ja/weechat_faq.ja.adoc
+++ b/doc/ja/weechat_faq.ja.adoc
@@ -692,6 +692,38 @@ of channels):
/set irc.server.freenode.command_delay 5
----
+// TRANSLATION MISSING
+[[edit_autojoin]]
+=== How can I add/remove channels from autojoin option?
+
+// TRANSLATION MISSING
+You can use the `/set` command to edit the list of autojoin channels,
+for example for the "freenode" server:
+
+----
+/set irc.server.freenode.autojoin [TAB]
+----
+
+// TRANSLATION MISSING
+[NOTE]
+You can complete the name and value of option with the kbd:[Tab] key
+(or kbd:[Shift+Tab] for partial completion, useful for the name). +
+This way you don't have to type the whole list of channels.
+
+// TRANSLATION MISSING
+You can also use the `/fset` command to edit the list of channels:
+
+----
+/fset autojoin
+----
+
+// TRANSLATION MISSING
+Another solution is to use a script:
+
+----
+/script search autojoin
+----
+
[[ignore_vs_filter]]
=== /ignore と /filter コマンドの違いは何ですか。