summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorPatrick <tingping@tingping.se>2021-06-26 10:51:32 -0500
committerGitHub <noreply@github.com>2021-06-26 10:51:32 -0500
commitc5e0b22c55546f48f4c6f0380aa06e54ca485074 (patch)
tree5456fccdaa375ba1c062f9e495c61a0aecead7b9 /src/common
parentc9145a14600abaed617de3d35689719af23168ea (diff)
servlist: Add ICQ-Chat
Closes #2506
Diffstat (limited to 'src/common')
-rw-r--r--src/common/servlist.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c
index d9ea6e45..c5772bdb 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -182,7 +182,10 @@ static const struct defaultserver def[] =
 
 	{"Hashmark",	0},
 	{0,			"irc.hashmark.net"},
-	
+
+	{"ICQ-Chat", 0, 0, 0, LOGIN_SASL, 0, TRUE},
+	{0,			"irc.icq-chat.com"},
+
 	{"Interlinked", 0, 0, 0, LOGIN_SASL, 0, TRUE},
 	{0,			"irc.interlinked.me"},