diff options
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_scripting.pl.adoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/pl/weechat_scripting.pl.adoc b/doc/pl/weechat_scripting.pl.adoc index f5c9e3a7e..322cd63b3 100644 --- a/doc/pl/weechat_scripting.pl.adoc +++ b/doc/pl/weechat_scripting.pl.adoc @@ -1361,6 +1361,16 @@ Wynik jest tabela hashy z następującymi kluczami | Tekst (na przykład wiadomość użytkownika). | `+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 | The index of _command_ in message ("-1" if _command_ was not found). | `+47+` @@ -1399,6 +1409,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", |