summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-06-06 23:53:25 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-06-06 23:53:25 +0200
commitd81813cd6a8cfc19afb69e8e9820ffddced016bf (patch)
treede4dcd682d8398fc67b5f589759c7c34bd270704
parent2006c2c94084d07ed2b7b8c7b59e96766beaa5be (diff)
downloadweechat-d81813cd6a8cfc19afb69e8e9820ffddced016bf.zip
doc/faq: mention command /autojoin to edit the "autojoin" server option
-rw-r--r--doc/de/weechat_faq.de.adoc21
-rw-r--r--doc/en/weechat_faq.en.adoc19
-rw-r--r--doc/es/weechat_faq.es.adoc23
-rw-r--r--doc/fr/weechat_faq.fr.adoc19
-rw-r--r--doc/it/weechat_faq.it.adoc21
-rw-r--r--doc/ja/weechat_faq.ja.adoc21
-rw-r--r--doc/pl/weechat_faq.pl.adoc23
-rw-r--r--doc/sr/weechat_faq.sr.adoc21
8 files changed, 147 insertions, 21 deletions
diff --git a/doc/de/weechat_faq.de.adoc b/doc/de/weechat_faq.de.adoc
index f8fda7a51..2e735f789 100644
--- a/doc/de/weechat_faq.de.adoc
+++ b/doc/de/weechat_faq.de.adoc
@@ -902,7 +902,23 @@ Für einen einzelnen Server:
/set irc.server.libera.autojoin_dynamic on
----
-Um die Liste der autojoin Channels zu editieren,
+// TRANSLATION MISSING
+With WeeChat ≥ 3.5, you can also add the current channel in the server
+autojoin option using the `/autojoin` command:
+
+----
+/autojoin add
+----
+
+// TRANSLATION MISSING
+Or another channel:
+
+----
+/autojoin add #test
+----
+
+// TRANSLATION MISSING
+With WeeChat ≤ 3.4, um die Liste der autojoin Channels zu editieren,
kann der Befehl `/set` genutzt werden.
In folgendem Beispiel wird der "libera"-Server angepasst:
@@ -923,7 +939,8 @@ zu editieren:
/fset autojoin
----
-oder man nutzt ein Skript:
+// TRANSLATION MISSING
+With WeeChat ≤ 3.4, oder man nutzt ein Skript:
----
/script search autojoin
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc
index d17b40b87..b06f26df4 100644
--- a/doc/en/weechat_faq.en.adoc
+++ b/doc/en/weechat_faq.en.adoc
@@ -844,8 +844,21 @@ For a single server:
/set irc.server.libera.autojoin_dynamic on
----
-You can use the `/set` command to edit the list of autojoin channels,
-for example for the "libera" server:
+With WeeChat ≥ 3.5, you can also add the current channel in the "autojoin"
+server option using the `/autojoin` command:
+
+----
+/autojoin add
+----
+
+Or another channel:
+
+----
+/autojoin add #test
+----
+
+With WeeChat ≤ 3.4, you can use the `/set` command to edit the list of autojoin
+channels, for example for the "libera" server:
----
/set irc.server.libera.autojoin [TAB]
@@ -862,7 +875,7 @@ You can also use the `/fset` command to edit the list of channels:
/fset autojoin
----
-Another solution is to use a script:
+With WeeChat ≤ 3.4, another solution is to use a script:
----
/script search autojoin
diff --git a/doc/es/weechat_faq.es.adoc b/doc/es/weechat_faq.es.adoc
index f6fbd24c7..2bd73b0cd 100644
--- a/doc/es/weechat_faq.es.adoc
+++ b/doc/es/weechat_faq.es.adoc
@@ -850,8 +850,24 @@ For a single server:
/set irc.server.libera.autojoin_dynamic on
----
-Puede utilizar el comando `/set` para editar la lista de canales con autojoin,
-por ejemplo, para el servidor "libera":
+// TRANSLATION MISSING
+With WeeChat ≥ 3.5, you can also add the current channel in the "autojoin"
+server option using the `/autojoin` command:
+
+----
+/autojoin add
+----
+
+// TRANSLATION MISSING
+Or another channel:
+
+----
+/autojoin add #test
+----
+
+// TRANSLATION MISSING
+With WeeChat ≤ 3.4, puede utilizar el comando `/set` para editar la lista de
+canales con autojoin, por ejemplo, para el servidor "libera":
----
/set irc.server.libera.autojoin [TAB]
@@ -868,7 +884,8 @@ También puede utilizar el comando `/fset` para editar la lista de canales:
/fset autojoin
----
-Otra solución es utilizar un script:
+// TRANSLATION MISSING
+With WeeChat ≤ 3.4, otra solución es utilizar un script:
----
/script search autojoin
diff --git a/doc/fr/weechat_faq.fr.adoc b/doc/fr/weechat_faq.fr.adoc
index 316a55edf..f28c2c278 100644
--- a/doc/fr/weechat_faq.fr.adoc
+++ b/doc/fr/weechat_faq.fr.adoc
@@ -870,8 +870,21 @@ Pour un seul serveur :
/set irc.server.libera.autojoin_dynamic on
----
-Vous pouvez utiliser la commande `/set` pour éditer la liste des canaux de
-l'autojoin, par exemple pour le serveur libera :
+Avec WeeChat ≥ 3.5, vous pouvez aussi ajouter le canal coucant dans l'option
+"autojoin" du serveur avec la commande `/autojoin` :
+
+----
+/autojoin add
+----
+
+Ou un autre canal :
+
+----
+/autojoin add #test
+----
+
+Avec WeeChat ≤ 3.4, vous pouvez utiliser la commande `/set` pour éditer la liste
+des canaux de l'autojoin, par exemple pour le serveur libera :
----
/set irc.server.libera.autojoin [TAB]
@@ -889,7 +902,7 @@ des canaux :
/fset autojoin
----
-Une autre solution est d'utiliser un script :
+Avec WeeChat ≤ 3.4, une autre solution est d'utiliser un script :
----
/script search autojoin
diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc
index 8090c4402..b7911d2b8 100644
--- a/doc/it/weechat_faq.it.adoc
+++ b/doc/it/weechat_faq.it.adoc
@@ -918,8 +918,23 @@ For a single server:
----
// TRANSLATION MISSING
-You can use the `/set` command to edit the list of autojoin channels,
-for example for the "libera" server:
+With WeeChat ≥ 3.5, you can also add the current channel in the "autojoin"
+server option using the `/autojoin` command:
+
+----
+/autojoin add
+----
+
+// TRANSLATION MISSING
+Or another channel:
+
+----
+/autojoin add #test
+----
+
+// TRANSLATION MISSING
+With WeeChat ≤ 3.4, you can use the `/set` command to edit the list of autojoin
+channels, for example for the "libera" server:
----
/set irc.server.libera.autojoin [TAB]
@@ -939,7 +954,7 @@ You can also use the `/fset` command to edit the list of channels:
----
// TRANSLATION MISSING
-Another solution is to use a script:
+With WeeChat ≤ 3.4, another solution is to use a script:
----
/script search autojoin
diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc
index f44319274..e340775c0 100644
--- a/doc/ja/weechat_faq.ja.adoc
+++ b/doc/ja/weechat_faq.ja.adoc
@@ -852,7 +852,23 @@ For a single server:
/set irc.server.libera.autojoin_dynamic on
----
-`/set` コマンドを使って、自動参加チャンネルのリストを編集してください。"libera"
+// TRANSLATION MISSING
+With WeeChat ≥ 3.5, you can also add the current channel in the "autojoin"
+server option using the `/autojoin` command:
+
+----
+/autojoin add
+----
+
+// TRANSLATION MISSING
+Or another channel:
+
+----
+/autojoin add #test
+----
+
+// TRANSLATION MISSING
+With WeeChat ≤ 3.4, `/set` コマンドを使って、自動参加チャンネルのリストを編集してください。"libera"
サーバに対してこれを実行するには以下のようにします:
----
@@ -870,7 +886,8 @@ kbd:[Tab] キーを使うことで、オプションの名前と値を補完で
/fset autojoin
----
-専用のスクリプトを使うこともできます:
+// TRANSLATION MISSING
+With WeeChat ≤ 3.4, 専用のスクリプトを使うこともできます:
----
/script search autojoin
diff --git a/doc/pl/weechat_faq.pl.adoc b/doc/pl/weechat_faq.pl.adoc
index 15b3c8cd1..91ae627a7 100644
--- a/doc/pl/weechat_faq.pl.adoc
+++ b/doc/pl/weechat_faq.pl.adoc
@@ -851,8 +851,24 @@ For a single server:
/set irc.server.libera.autojoin_dynamic on
----
-Możesz użyć komendy `/set` do edytowania tej listy, na przykład dla serwera
-"libera":
+// TRANSLATION MISSING
+With WeeChat ≥ 3.5, you can also add the current channel in the "autojoin"
+server option using the `/autojoin` command:
+
+----
+/autojoin add
+----
+
+// TRANSLATION MISSING
+Or another channel:
+
+----
+/autojoin add #test
+----
+
+// TRANSLATION MISSING
+With WeeChat ≤ 3.4, możesz użyć komendy `/set` do edytowania tej listy, na
+przykład dla serwera "libera":
----
/set irc.server.libera.autojoin [TAB]
@@ -869,7 +885,8 @@ Możesz w tym celu u żyć także komendy `/fset`:
/fset autojoin
----
-Innym rozwiązaniem jest użycie skryptu:
+// TRANSLATION MISSING
+With WeeChat ≤ 3.4, innym rozwiązaniem jest użycie skryptu:
----
/script search autojoin
diff --git a/doc/sr/weechat_faq.sr.adoc b/doc/sr/weechat_faq.sr.adoc
index c409580bb..5a03fd1b0 100644
--- a/doc/sr/weechat_faq.sr.adoc
+++ b/doc/sr/weechat_faq.sr.adoc
@@ -741,7 +741,23 @@ oauth је једноставно лозинка која има вреднос
/set irc.server.libera.autojoin_dynamic on
----
-Можете да употребите команду `/set` и да уредите листу autojoin канала, на пример за „libera” сервер:
+// TRANSLATION MISSING
+With WeeChat ≥ 3.5, you can also add the current channel in the "autojoin"
+server option using the `/autojoin` command:
+
+----
+/autojoin add
+----
+
+// TRANSLATION MISSING
+Or another channel:
+
+----
+/autojoin add #test
+----
+
+// TRANSLATION MISSING
+With WeeChat ≤ 3.4, можете да употребите команду `/set` и да уредите листу autojoin канала, на пример за „libera” сервер:
----
/set irc.server.libera.autojoin [TAB]
@@ -757,7 +773,8 @@ oauth је једноставно лозинка која има вреднос
/fset autojoin
----
-Друго решење је да употребите скрипту:
+// TRANSLATION MISSING
+With WeeChat ≤ 3.4, друго решење је да употребите скрипту:
----
/script search autojoin