diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-14 21:25:27 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-14 21:25:27 +0200 |
commit | 15218ed294af2c1d0657e475539395e7862fd32c (patch) | |
tree | 0b8f3e3bf8e30b0e1dec85ab611453a15c63efcd /doc/pl/weechat_user.pl.asciidoc | |
parent | be3025f5699110c675951e5d4b50b1b5f1d54325 (diff) | |
download | weechat-15218ed294af2c1d0657e475539395e7862fd32c.zip |
irc: add option irc.network.channel_encode (issue #218, issue #482)
This is a workaround (disabled by default) to join and chat on ISO
encoded channels (or another charset different from UTF-8).
This option may be removed in future if a better solution is
implemented.
Diffstat (limited to 'doc/pl/weechat_user.pl.asciidoc')
-rw-r--r-- | doc/pl/weechat_user.pl.asciidoc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/pl/weechat_user.pl.asciidoc b/doc/pl/weechat_user.pl.asciidoc index d581286f0..78449e23b 100644 --- a/doc/pl/weechat_user.pl.asciidoc +++ b/doc/pl/weechat_user.pl.asciidoc @@ -3264,7 +3264,14 @@ są dodawane do tablicy hashy: | channel | ciąg | Kanał IRC | arguments | ciąg | Argumenty komendy (razem z wartością 'channel') | text | ciąg | Tekst (na przykład wiadomość użytkownika) -| pos_text | ciąg | Indeks tekstu w wiadomości ("-1" jeśli tekst nie został znaleziony) +// TRANSLATION MISSING +| pos_command | ciąg | The index of 'command' in message ("-1" if 'command' was not found) +// TRANSLATION MISSING +| pos_arguments | ciąg | The index of 'arguments' in message ("-1" if 'arguments' was not found) +// TRANSLATION MISSING +| pos_channel | ciąg | The index of 'channel' in message ("-1" if 'channel' was not found) +// TRANSLATION MISSING +| pos_text | ciąg | The index of 'text' in message ("-1" if 'text' was not found) |=== Kiedy dane są wskaźnikiem, zmienna `tg_signal_data` może zostać użyta do |