1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 00:33:13 +02:00

irc: update help on option irc.network.channel_encode (issue #218, issue #482)

Remove mention of WeeChat <= 1.2 since the behavior is not exactly the
same as old versions (when the option is enabled): only the
channel/message are decoded/encoded and not the nick/host.
This commit is contained in:
Sébastien Helleu
2015-08-15 07:40:26 +02:00
parent f1b36e5095
commit 667f27b290
19 changed files with 74 additions and 76 deletions
+4 -5
View File
@@ -2975,11 +2975,10 @@ irc_config_init ()
irc_config_network_channel_encode = weechat_config_new_option (
irc_config_file, ptr_section,
"channel_encode", "boolean",
N_("decode/encode channel name inside messages using charset options "
"(like it was done in WeeChat <= 1.2); it is recommended to keep "
"that off if you use only UTF-8 in channel names; you can enable "
"this option if you are using an exotic charset like ISO in "
"channel names"),
N_("decode/encode channel name inside messages using charset options; "
"it is recommended to keep that off if you use only UTF-8 in "
"channel names; you can enable this option if you are using an "
"exotic charset like ISO in channel names"),
NULL, 0, 0, "off", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
irc_config_network_colors_receive = weechat_config_new_option (
irc_config_file, ptr_section,