1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-23 19:36:37 +02:00

doc/faq: mention command /autojoin to edit the "autojoin" server option

This commit is contained in:
Sébastien Helleu
2022-06-06 23:53:25 +02:00
parent 2006c2c940
commit d81813cd6a
8 changed files with 147 additions and 21 deletions
+19 -2
View File
@@ -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
+16 -3
View File
@@ -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
+20 -3
View File
@@ -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
+16 -3
View File
@@ -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
+18 -3
View File
@@ -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
+19 -2
View File
@@ -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
+20 -3
View File
@@ -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
+19 -2
View File
@@ -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