summaryrefslogtreecommitdiff
path: root/doc/en
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/en
parent8009094717dfece7f9c0ead149945ca10d54c79e (diff)
downloadweechat-0fe6adb2699a04cd77f7c7477c4e538ab0349a73.zip
doc: add question about autojoin option in FAQ (closes #1287)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_faq.en.adoc27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc
index 46eeb0b09..fc52a5693 100644
--- a/doc/en/weechat_faq.en.adoc
+++ b/doc/en/weechat_faq.en.adoc
@@ -699,6 +699,33 @@ join of channels):
/set irc.server.freenode.command_delay 5
----
+[[edit_autojoin]]
+=== How can I add/remove channels from autojoin option?
+
+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]
+----
+
+[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.
+
+You can also use the `/fset` command to edit the list of channels:
+
+----
+/fset autojoin
+----
+
+Another solution is to use a script:
+
+----
+/script search autojoin
+----
+
[[ignore_vs_filter]]
=== What is the difference between the /ignore and /filter commands?