summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-01-12 21:49:57 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-01-12 21:49:57 +0100
commit0fe6adb2699a04cd77f7c7477c4e538ab0349a73 (patch)
treeca93b9040b1617e663c5d5b988c96646d59168b2 /doc/ja
parent8009094717dfece7f9c0ead149945ca10d54c79e (diff)
downloadweechat-0fe6adb2699a04cd77f7c7477c4e538ab0349a73.zip
doc: add question about autojoin option in FAQ (closes #1287)
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 コマンドの違いは何ですか。