diff options
Diffstat (limited to 'doc/ja/weechat_scripting.ja.adoc')
-rw-r--r-- | doc/ja/weechat_scripting.ja.adoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ja/weechat_scripting.ja.adoc b/doc/ja/weechat_scripting.ja.adoc index 941dc3371..edcd3d501 100644 --- a/doc/ja/weechat_scripting.ja.adoc +++ b/doc/ja/weechat_scripting.ja.adoc @@ -1394,6 +1394,16 @@ _WeeChat バージョン 0.3.4 以上で利用可。_ | テキスト (ユーザメッセージなど) | `+hello!+` +// TRANSLATION MISSING +| paramN | 3.4 +| Command parameter (from 1 to N). +| `+#weechat+` + +// TRANSLATION MISSING +| num_params | 3.4 +| Number of command parameters. +| `+2+` + | pos_command | 1.3 | メッセージ内における _command_ のインデックス (_command_ が見つからない場合 "-1") | `+47+` @@ -1433,6 +1443,9 @@ dict = weechat.info_get_hashtable( # "channel": "#weechat", # "arguments": "#weechat :hello!", # "text": "hello!", +# "param1": "#weechat", +# "param2": "hello!", +# "num_params": "2", # "pos_command": "65", # "pos_arguments": "73", # "pos_channel": "73", |