diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-03 14:03:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-03 14:05:18 +0200 |
commit | 505a91c6003058adf531255dc9a41efea5c7d1f8 (patch) | |
tree | 8cbf78be1fa3b9fde46b95e91f90425a63eb6a80 /doc/ja/includes/autogen_api_infos_hashtable.ja.adoc | |
parent | 7bcb8ff0d8bfd05657a78096d5dd12c2d44fbf02 (diff) | |
download | weechat-505a91c6003058adf531255dc9a41efea5c7d1f8.zip |
doc: merge 53 autogen files into 11 files, move them to includes directory
Diffstat (limited to 'doc/ja/includes/autogen_api_infos_hashtable.ja.adoc')
-rw-r--r-- | doc/ja/includes/autogen_api_infos_hashtable.ja.adoc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ja/includes/autogen_api_infos_hashtable.ja.adoc b/doc/ja/includes/autogen_api_infos_hashtable.ja.adoc new file mode 100644 index 000000000..5551807be --- /dev/null +++ b/doc/ja/includes/autogen_api_infos_hashtable.ja.adoc @@ -0,0 +1,18 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// + +// ======================================== api_infos_hashtable ======================================== + +// tag::infos_hashtable[] +[width="100%",cols="^1,^2,6,6,8",options="header"] +|=== +| プラグイン | 名前 | 説明 | ハッシュテーブル (入力) | ハッシュテーブル (出力) + +| irc | irc_message_parse | IRC メッセージを解析 | "message": IRC メッセージ、"server": サーバ名 (任意) | "tags": tags, "message_without_tags": message without the tags, "nick": nick, "user": user, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) + +| irc | irc_message_split | IRC メッセージを分割 (デフォルトでは 512 バイト内に収まるように分割します) | "message": IRC メッセージ、"server": サーバ名 (任意) | "msg1" ... "msgN": 送信メッセージ (最後の "\r\n" は無し), "args1" ... "argsN": メッセージの引数、"count": メッセージの数 + +|=== +// end::infos_hashtable[] |