diff options
author | Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp> | 2013-05-04 07:50:22 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-04 07:50:22 +0200 |
commit | 8c06006828bc77b2a978becf7d43131e1c8686c2 (patch) | |
tree | e4102d59f9ebde556ca7c186516538dd53496278 /doc/ja/autogen/plugin_api/infos_hashtable.txt | |
parent | 345be1ec5e635e88daa441285d572f60e3f98409 (diff) | |
download | weechat-8c06006828bc77b2a978becf7d43131e1c8686c2.zip |
doc: update japanese translations and docs
Diffstat (limited to 'doc/ja/autogen/plugin_api/infos_hashtable.txt')
-rw-r--r-- | doc/ja/autogen/plugin_api/infos_hashtable.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/plugin_api/infos_hashtable.txt b/doc/ja/autogen/plugin_api/infos_hashtable.txt index 3d52fcb4f..ed5ff5df2 100644 --- a/doc/ja/autogen/plugin_api/infos_hashtable.txt +++ b/doc/ja/autogen/plugin_api/infos_hashtable.txt @@ -4,6 +4,6 @@ | irc | irc_message_parse | IRC メッセージを解析 | "message": IRC メッセージ、"server": サーバ名 (オプション) | "tags": タグ、"message_without_tags": タグを含まないメッセージ、"nick": ニックネーム、"host": ホスト名、"command": コマンド、"channel": チャンネル、"arguments": 引数 (チャンネルを含む) -| irc | irc_message_split | IRC メッセージを分割 (512バイトに収める) | "message": IRC メッセージ、"server": サーバ名 (オプション) | "msg1" ... "msgN": 送信メッセージ (最後の "\r\n" は無し), "args1" ... "argsN": メッセージの引数、"count": メッセージの数 +| irc | irc_message_split | IRC メッセージを分割 (512 バイトに収める) | "message": IRC メッセージ、"server": サーバ名 (オプション) | "msg1" ... "msgN": 送信メッセージ (最後の "\r\n" は無し), "args1" ... "argsN": メッセージの引数、"count": メッセージの数 |======================================== |