mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 00:33:13 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user