From 15218ed294af2c1d0657e475539395e7862fd32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 14 Aug 2015 21:25:27 +0200 Subject: 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. --- doc/ja/weechat_plugin_api.ja.asciidoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/ja/weechat_plugin_api.ja.asciidoc') diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc index c6b6a011e..5aad67915 100644 --- a/doc/ja/weechat_plugin_api.ja.asciidoc +++ b/doc/ja/weechat_plugin_api.ja.asciidoc @@ -12952,6 +12952,9 @@ if (hashtable_in) * "channel" : "#weechat" * "arguments" : "#weechat :hello!" * "text" : "hello!" + * "pos_command" : "47" + * "pos_arguments" : "55" + * "pos_channel" : "55" * "pos_text" : "65" */ weechat_hashtable_free (hashtable_in); -- cgit v1.2.3