diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-11 13:19:14 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-11 13:19:14 +0100 |
commit | dd8650a2821b0db517557ebcbb778bafb51f1ea3 (patch) | |
tree | 1b0cdbf187671936677cc0de0819538d8b14f1f7 /doc/ja/autogen | |
parent | 95adb3a04b0f367cdb53d16ea0c7a0e730353de3 (diff) | |
download | weechat-dd8650a2821b0db517557ebcbb778bafb51f1ea3.zip |
irc: add note about command /disconnect in /help connect
Diffstat (limited to 'doc/ja/autogen')
-rw-r--r-- | doc/ja/autogen/user/irc_commands.txt | 28 |
1 files changed, 15 insertions, 13 deletions
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 |