summary refs log tree commit diff stats
path: root/src/common/servlist.c
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2015-01-18 02:10:03 -0800
committerArnavion <arnavion@gmail.com>2015-01-18 02:10:03 -0800
commitee17ec6b4f0d0d198f0a8efa1eaf4e93646140e1 (patch)
tree1f3250faef10d9da12d6f8e1777f0edea8487be7 /src/common/servlist.c
parent5a56f9ea01986dfcb3da856177398a455bf7b38c (diff)
Removed legacy "IRC" encoding.
Diffstat (limited to 'src/common/servlist.c')
-rw-r--r--src/common/servlist.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c
index b1b31026..2ce64d13 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -1272,13 +1272,6 @@ servlist_check_encoding (char *charset)
 	if (c)
 		c[0] = 0;
 
-	if (!g_ascii_strcasecmp (charset, "IRC")) /* special case */
-	{
-		if (c)
-			c[0] = ' ';
-		return TRUE;
-	}
-
 	gic = g_iconv_open (charset, "UTF-8");
 
 	if (c)