summary refs log tree commit diff stats
path: root/src/common/servlist.c
diff options
context:
space:
mode:
authorTingPing <TingPing@users.noreply.github.com>2016-05-03 20:16:49 -0400
committerTingPing <TingPing@users.noreply.github.com>2016-05-03 20:16:49 -0400
commit3c329727c7ec1d84285b13f87aa69d78e52f889c (patch)
treeae34c35207b79a34f28a681c440bd12bb579fc54 /src/common/servlist.c
parente223840fa6e1f8745a4a1471286a227bfd64efa0 (diff)
servlist: Default to UTF-8 on PTNet
Fixes #1697
Diffstat (limited to 'src/common/servlist.c')
-rw-r--r--src/common/servlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c
index 871c23a4..05799715 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -272,7 +272,8 @@ static const struct defaultserver def[] =
 	{"PonyChat", 0, 0, 0, LOGIN_SASL, 0, TRUE},
 	{0,			"irc.ponychat.net"},
 
-	{"PTNet.org", 0, 0, "ISO-8859-1"},
+	{"PTNet.org",	0},
+	/* Note that the network suggests ISO-8859-1 but most users ignore this */
 	{0,			"uevora.ptnet.org"},
 	{0,			"vianetworks.ptnet.org"},