From c5e0b22c55546f48f4c6f0380aa06e54ca485074 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 26 Jun 2021 10:51:32 -0500 Subject: [PATCH] servlist: Add ICQ-Chat Closes #2506 --- src/common/servlist.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"},