From b7bdbbdc505879450494bc75b706e2997e25120f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 15 May 2016 08:52:19 +0200 Subject: core: rename .asciidoc files to .adoc (issue #722) --- doc/ja/autogen/user/irc_commands.adoc | 950 ++++++++++++++++++++++++++++++++++ 1 file changed, 950 insertions(+) create mode 100644 doc/ja/autogen/user/irc_commands.adoc (limited to 'doc/ja/autogen/user/irc_commands.adoc') diff --git a/doc/ja/autogen/user/irc_commands.adoc b/doc/ja/autogen/user/irc_commands.adoc new file mode 100644 index 000000000..c3bffed9d --- /dev/null +++ b/doc/ja/autogen/user/irc_commands.adoc @@ -0,0 +1,950 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +[[command_irc_admin]] +* `+admin+`: サーバ管理者に関する情報を探す + +---- +/admin [] + +target: サーバ名 +---- + +[[command_irc_allchan]] +* `+allchan+`: 全てのサーバ、全てのチャンネルに対してコマンドを実行 + +---- +/allchan [-current] [-exclude=[,...]] [] + + -current: 現在のサーバ上のチャンネルに対してコマンドを実行 + -exclude: 一部のチャンネルを除外 (ワイルドカード "*" を使うことができます) + command: 実行するコマンド +arguments: コマンドの引数 (特殊変数 $nick、$channel、$server はそれぞれの値に置き換えられます) + +例: + 全てのチャンネルに対して '/me is testing' を実行: + /allchan me is testing + #weechat 以外の全てのチャンネルで 'hello' と発言: + /allchan -exclude=#weechat msg * hello + #weechat と #linux で始まるチャンネルを除く全てのチャンネルで 'hello' と発言: + /allchan -exclude=#weechat,#linux* msg * hello +---- + +[[command_irc_allpv]] +* `+allpv+`: 全ての接続済みサーバの全てのプライベートバッファに対してコマンドを実行 + +---- +/allpv [-current] [-exclude=[,...]] [] + + -current: 現在のサーバ上のプライベートバッファに対してコマンドを実行 + -exclude: 一部のニックネームを除外 (ワイルドカード "*" を使うことができます) + command: 実行するコマンド +arguments: コマンドの引数 (特殊変数 $nick、$channel、$server はそれぞれの値に置き換えられます) + +例: + 全てのプライベートバッファに対して '/me is testing' を実行: + /allpv me is testing + ニックネーム foo を除く全てのプライベートバッファで 'hello' と発言: + /allpv -exclude=foo msg * hello + ニックネーム foo と bar で始まるニックネームを除く全てのチャンネルで 'hello' と発言: + /allpv -exclude=foo,bar* msg * hello + 全てのプライベートバッファを閉じる: + /allpv close +---- + +[[command_irc_allserv]] +* `+allserv+`: 全ての接続済みサーバでコマンドを実行 + +---- +/allserv [-exclude=[,...]] [] + + -exclude: いくつかのサーバを除外 (ワイルドカード "*" を使うことができます) + command: 実行するコマンド +arguments: コマンドの引数 (特殊変数 $nick、$channel、$server はそれぞれの値に置き換えられます) + +例: + 全てのサーバでニックネーム変更: + /allserv nick newnick + 全てのサーバで離席状態を変更: + /allserv away I'm away + すべてのサーバで自分のニックネームに対して whois を実行: + /allserv whois $nick +---- + +[[command_irc_ban]] +* `+ban+`: ニックネームかホスト名を指定してバン + +---- +/ban [] [ [...]] + +channel: チャンネル名 + nick: ニックネームまたはホスト名 + +引数無しの場合は、現在のチャンネルのバンリストを表示。 +---- + +[[command_irc_cap]] +* `+cap+`: クライアント機能情報の交換 + +---- +/cap ls + list + req|ack [ [...]] + end + + ls: サーバがサポートする機能をリスト + list: 現在有効化されている機能をリスト + req: 機能情報を要求 + ack: クライアント側に承認を要求する機能を承認 + end: 機能情報交換を終了 + +引数無しの場合、"ls" と "list" を送信します。 + +WeeChat がサポートする機能: account-notify、away-notify、cap-notify、extended-join、multi-prefix、server-time、userhost-in-names。 + +自動的に有効化する機能を設定するにはオプション irc.server_default.capabilities (または対象のサーバに関するオプション irc.server.xxx.capabilities) を使ってください。 + +例: + /cap + /cap req multi-prefix away-notify +---- + +[[command_irc_connect]] +* `+connect+`: IRC サーバに接続 + +---- +/connect [...] [-