summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/plugin_api/infos_hashtable.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-07-13 21:34:19 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-07-13 21:34:19 +0200
commit3fb322be8f278f63b88b0c212d17d9f1d08d609a (patch)
treec37fda9f0632c71169b39e9fa1e1460c1147d773 /doc/ja/autogen/plugin_api/infos_hashtable.asciidoc
parent17fe9e3589950a58cb1c22da3f4cce9b49b20b02 (diff)
downloadweechat-3fb322be8f278f63b88b0c212d17d9f1d08d609a.zip
doc: update Japanese auto-generated files
Diffstat (limited to 'doc/ja/autogen/plugin_api/infos_hashtable.asciidoc')
-rw-r--r--doc/ja/autogen/plugin_api/infos_hashtable.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/plugin_api/infos_hashtable.asciidoc b/doc/ja/autogen/plugin_api/infos_hashtable.asciidoc
index 189070678..cb7dafe9b 100644
--- a/doc/ja/autogen/plugin_api/infos_hashtable.asciidoc
+++ b/doc/ja/autogen/plugin_api/infos_hashtable.asciidoc
@@ -6,7 +6,7 @@
|===
| プラグイン | 名前 | 説明 | ハッシュテーブル (入力) | ハッシュテーブル (出力)
-| irc | irc_message_parse | IRC メッセージを解析 | "message": IRC メッセージ、"server": サーバ名 (任意) | "tags": tags, "message_without_tags": message without the tags, "nick": nick, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_text": index of text in message ("-1" if no text found)
+| irc | irc_message_parse | IRC メッセージを解析 | "message": IRC メッセージ、"server": サーバ名 (任意) | "tags": タグ、"message_without_tags": タグを含まないメッセージ、"nick": ニックネーム、"host": ホスト名、"command": コマンド、"channel": チャンネル、"arguments": 引数 (チャンネルを含む)、"text": テキスト (例えばユーザメッセージ)、"pos_text": メッセージ内テキストの位置 (テキストが見つからなかった場合 "-1")
| irc | irc_message_split | IRC メッセージを分割 (512 バイトに収める) | "message": IRC メッセージ、"server": サーバ名 (任意) | "msg1" ... "msgN": 送信メッセージ (最後の "\r\n" は無し), "args1" ... "argsN": メッセージの引数、"count": メッセージの数