diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-27 14:16:48 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-27 14:16:48 +0100 |
commit | aa0289cbbdecb330318a589949d4018ec3b66ee9 (patch) | |
tree | 40f408fd0a181a439cb909bc1384e1c4ba6e5691 /doc/ja | |
parent | bab75fe1ee626a0776c8c3f1c257763a7576171b (diff) | |
download | weechat-aa0289cbbdecb330318a589949d4018ec3b66ee9.zip |
doc: update Polish and Japanese auto-generated files
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/autogen/user/irc_commands.asciidoc | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/ja/autogen/user/irc_commands.asciidoc b/doc/ja/autogen/user/irc_commands.asciidoc index b68a24156..dc46c236b 100644 --- a/doc/ja/autogen/user/irc_commands.asciidoc +++ b/doc/ja/autogen/user/irc_commands.asciidoc @@ -679,24 +679,24 @@ reason: 理由 del|keep <server> deloutq|jump|raw - list: list servers (without argument, this list is displayed) -listfull: list servers with detailed info for each server - add: create a new server - server: server name, for internal and display use -hostname: name or IP address of server, with optional port (default: 6667), many addresses can be separated by a comma - temp: create temporary server (not saved) - option: set option for server (for boolean option, value can be omitted) -nooption: set boolean option to 'off' (for example: -nossl) - copy: duplicate a server - rename: rename a server - reorder: reorder list of servers - keep: keep server in config file (for temporary servers only) - del: delete a server - deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending) - jump: jump to server buffer - raw: open buffer with raw IRC data - -Examples: + list: サーバをリストアップ (引数無しでは、リストが表示される) +listfull: 詳細情報を含めてサーバをリストアップ + add: 新しいサーバを作成 + server: サーバ名、内部的な利用と表示に利用 +hostname: サーバのホスト名か IP アドレス、ポート番号は任意 (デフォルト: 6667)、複数のアドレスはコンマで区切る + temp: 一時的なサーバを作成 (保存されない) + option: サーバのオプションを設定 (ブールオプションでは値が無視される) +nooption: ブールオプションを 'off' に設定 (例: -nossl) + copy: サーバを複製 + rename: サーバをリネーム + reorder: サーバリストにおける順番を入れ替える + keep: 設定ファイルにサーバを保存 (一時的なサーバ用) + del: サーバを削除 + deloutq: 全てのサーバにメッセージの削除を要求 (WeeChat が送信している全てのメッセージ) + jump: サーババッファに移動 + raw: 生 IRC データを表示するバッファを開く + +例: /server listfull /server add oftc irc.oftc.net/6697 -ssl -autoconnect /server add oftc6 irc6.oftc.net/6697 -ipv6 -ssl |