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/it/weechat_plugin_api.it.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/it/weechat_plugin_api.it.asciidoc')
-rw-r--r-- | doc/it/weechat_plugin_api.it.asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.asciidoc b/doc/it/weechat_plugin_api.it.asciidoc index e14081dbb..f842725e6 100644 --- a/doc/it/weechat_plugin_api.it.asciidoc +++ b/doc/it/weechat_plugin_api.it.asciidoc @@ -13373,6 +13373,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); |