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/ja/weechat_user.ja.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/ja/weechat_user.ja.asciidoc')
-rw-r--r-- | doc/ja/weechat_user.ja.asciidoc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/ja/weechat_user.ja.asciidoc b/doc/ja/weechat_user.ja.asciidoc index 605e29cd2..3fcb17ae3 100644 --- a/doc/ja/weechat_user.ja.asciidoc +++ b/doc/ja/weechat_user.ja.asciidoc @@ -3238,7 +3238,14 @@ ${tg_highlight} || ${tg_msg_pv} | channel | string | IRC チャンネル | arguments | string | コマンドの引数 ('channel' の値を含みます) | text | string | テキスト (例えばユーザメッセージ) -| pos_text | string | メッセージ内のテキストの位置 (テキストが見つからない場合 "-1") +// TRANSLATION MISSING +| pos_command | string | The index of 'command' in message ("-1" if 'command' was not found) +// TRANSLATION MISSING +| pos_arguments | string | The index of 'arguments' in message ("-1" if 'arguments' was not found) +// TRANSLATION MISSING +| pos_channel | string | The index of 'channel' in message ("-1" if 'channel' was not found) +// TRANSLATION MISSING +| pos_text | string | The index of 'text' in message ("-1" if 'text' was not found) |=== データがポインタの場合、hdata の属性を読むために変数 `tg_signal_data` |