diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/irc_commands.txt | 28 | ||||
-rw-r--r-- | doc/en/autogen/user/irc_commands.txt | 2 | ||||
-rw-r--r-- | doc/fr/autogen/user/irc_commands.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/irc_commands.txt | 30 | ||||
-rw-r--r-- | doc/ja/autogen/user/irc_commands.txt | 28 |
5 files changed, 50 insertions, 40 deletions
diff --git a/doc/de/autogen/user/irc_commands.txt b/doc/de/autogen/user/irc_commands.txt index 270f014b7..8d40a28a9 100644 --- a/doc/de/autogen/user/irc_commands.txt +++ b/doc/de/autogen/user/irc_commands.txt @@ -65,19 +65,21 @@ Ohne Angabe von Argumenten wird die Ban-Liste für den aktuellen Channel angezei /connect <server> [<server>...] [-<option>[=<value>]] [-no<option>] [-nojoin] [-switch] -all|-auto|-open [-nojoin] [-switch] - server: Name des Servers (folgende Möglichkeiten bestehen): - - intern genutzter Servername, zu dem eine Verbindung aufgebaut werden soll (Der Server sollte zuerst mittels "/server add" angelegt werden) - - Hostname/Port oder IP/Port (damit wird lediglich ein TEMPORÄRER Server erstellt), Port 6667 wird standardmäßig verwendet - - URL mit folgendem Format: irc[6][s]://[nickname[:password]@]irc.example.org[:port][/#channel1][,#channel2[...]] - option: legt Option für den Server fest (die Boolean-Optionen können weggelassen werden) - nooption: deaktiviert eine Boolean Option (Beispiel: -nossl) - -all: Verbindung wird zu den Servern hergestellt, für die eine Konfiguration vorhanden ist - -auto: Verbindung zu den Servern herstellen, für die die Option "autoconnect" aktiviert ist - -open: stellt eine Verbindung zu allen geöffneten Servern her, zu denen aktuell aber keine Verbindung besteht - -nojoin: Channel(s) werden nicht betreten (auch falls die Funktion "autojoin" aktiviert sein sollte) - -switch: wechselt zur nächsten Server-Adresse - -Beispiele: + server: server name, which can be: + - internal server name (created by /server add, recommended usage) + - hostname/port or IP/port (this will create a TEMPORARY server), port is 6667 by default + - URL with format: irc[6][s]://[nickname[:password]@]irc.example.org[:port][/#channel1][,#channel2[...]] + option: set option for server (for boolean option, value can be omitted) + nooption: set boolean option to 'off' (for example: -nossl) + -all: connect to all servers defined in configuration + -auto: connect to servers with autoconnect enabled + -open: connect to all opened servers that are not currently connected + -nojoin: do not join any channel (even if autojoin is enabled on server) + -switch: switch to next server address + +To disconnect from a server or stop any connection attempt, use command /disconnect. + +Examples: /connect freenode /connect irc.oftc.net/6667 /connect irc6.oftc.net/6667 -ipv6 diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt index 01a50877f..532a8a486 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -77,6 +77,8 @@ Without argument, this command display ban list for current channel. -nojoin: do not join any channel (even if autojoin is enabled on server) -switch: switch to next server address +To disconnect from a server or stop any connection attempt, use command /disconnect. + Examples: /connect freenode /connect irc.oftc.net/6667 diff --git a/doc/fr/autogen/user/irc_commands.txt b/doc/fr/autogen/user/irc_commands.txt index d196f5436..72911d85e 100644 --- a/doc/fr/autogen/user/irc_commands.txt +++ b/doc/fr/autogen/user/irc_commands.txt @@ -77,6 +77,8 @@ nooption: définir l'option booléenne à 'off' (par exemple: -nossl) -nojoin: ne rejoindre aucun canal (même si l'autojoin est activé pour le serveur) -switch: basculer vers l'adresse suivante du serveur +Pour se déconnecter du serveur ou stopper toute tentative de connexion, utilisez la commande /disconnect. + Exemples: /connect freenode /connect irc.oftc.net/6667 diff --git a/doc/it/autogen/user/irc_commands.txt b/doc/it/autogen/user/irc_commands.txt index 2c095dc06..f0d4f9faf 100644 --- a/doc/it/autogen/user/irc_commands.txt +++ b/doc/it/autogen/user/irc_commands.txt @@ -65,25 +65,27 @@ Senza argomento, il comando mostra la lista dei ban per il canale corrente. /connect <server> [<server>...] [-<opzione>[=<valore>]] [-no<option>] [-nojoin] [-switch] -all|-auto|-open [-nojoin] [-switch] - server: nome del server, che può essere: - - nome interno del server (creato da /server add, uso raccomandato) - - nome host/porta o IP/porta (in questo modo viene creato un server TEMPORANEO), la porta 6667 è la predefinita - - URL con il formato: irc[6][s]://[nick[:password]@]irc.esempio.org [:porta][/#canale1][,#canale2[...]] - opzione: imposta opzione per il server (per un'opzione bool, il valore può essere omesso) - nooption: imposta un'opzione bool su 'off' (ad esempio: -nossl) - -all: connette a tutti i server definiti nella configurazione - -auto: connette ai server con la connessione automatica abilitata - -open: connette a tutti i server aperti a cui non si è connessi - -nojoin: non entra su nessun canale (anche se l'ingresso automatico è attivo sul server) - -switch: passa al successivo indirizzo del server + server: server name, which can be: + - internal server name (created by /server add, recommended usage) + - hostname/port or IP/port (this will create a TEMPORARY server), port is 6667 by default + - URL with format: irc[6][s]://[nickname[:password]@]irc.example.org[:port][/#channel1][,#channel2[...]] + option: set option for server (for boolean option, value can be omitted) + nooption: set boolean option to 'off' (for example: -nossl) + -all: connect to all servers defined in configuration + -auto: connect to servers with autoconnect enabled + -open: connect to all opened servers that are not currently connected + -nojoin: do not join any channel (even if autojoin is enabled on server) + -switch: switch to next server address + +To disconnect from a server or stop any connection attempt, use command /disconnect. -Esempi: +Examples: /connect freenode /connect irc.oftc.net/6667 /connect irc6.oftc.net/6667 -ipv6 /connect irc6.oftc.net/6697 -ipv6 -ssl - /connect mio.server.org/6697 -ssl -password=test - /connect irc://nick@irc.oftc.net/#canale + /connect my.server.org/6697 -ssl -password=test + /connect irc://nick@irc.oftc.net/#channel /connect -switch ---- diff --git a/doc/ja/autogen/user/irc_commands.txt b/doc/ja/autogen/user/irc_commands.txt index 234f33ad1..d1ce1cad3 100644 --- a/doc/ja/autogen/user/irc_commands.txt +++ b/doc/ja/autogen/user/irc_commands.txt @@ -65,19 +65,21 @@ channel: バン対象チャンネル /connect <server> [<server>...] [-<option>[=<value>]] [-no<option>] [-nojoin] [-switch] -all|-auto|-open [-nojoin] [-switch] - server: サーバ名、これは: - - 内部サーバ名 (/server add で作成されたもの、利用推奨) - - ホスト名/ポート番号、又は IP アドレス/ポート番号 (これは一時的サーバを作る)、デフォルトのポート番号は 6667 - - 次のフォーマットに従う URL: irc[6][s]://[nickname[:password]@]irc.example.org[:port][/#channel1][,#channel2[...]] - option: サーバに関するオプション (ブール型オプションでは、value は無視される) - nooption: ブール型オプションを 'off' にする (例: -nossl) - -all: 設定された全てのサーバに接続 - -auto: 自動接続を有効化してサーバに接続 - -open: 現在接続されていないがオープンされているサーバに接続 - -nojoin: チャンネルに入らない (autojoin が有効化されていても) - -switch: 次のサーバアドレスに移動 - -例: + server: server name, which can be: + - internal server name (created by /server add, recommended usage) + - hostname/port or IP/port (this will create a TEMPORARY server), port is 6667 by default + - URL with format: irc[6][s]://[nickname[:password]@]irc.example.org[:port][/#channel1][,#channel2[...]] + option: set option for server (for boolean option, value can be omitted) + nooption: set boolean option to 'off' (for example: -nossl) + -all: connect to all servers defined in configuration + -auto: connect to servers with autoconnect enabled + -open: connect to all opened servers that are not currently connected + -nojoin: do not join any channel (even if autojoin is enabled on server) + -switch: switch to next server address + +To disconnect from a server or stop any connection attempt, use command /disconnect. + +Examples: /connect freenode /connect irc.oftc.net/6667 /connect irc6.oftc.net/6667 -ipv6 |