From a9abf320e2f48a90e3bbfad39b42e162b821ffac Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Mon, 3 Oct 2022 01:44:20 +0200 Subject: [PATCH] Add ChillNet to server list Signed-off-by: Georg Pfuetzenreuter --- src/common/servlist.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/common/servlist.c b/src/common/servlist.c index 771d7813..e1899aae 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -89,6 +89,11 @@ static const struct defaultserver def[] = {"ChatJunkies", 0}, {0, "irc.chatjunkies.org"}, +#ifdef USE_OPENSSL + {"ChillNet", 0, 0, 0, LOGIN_SASL, 0, TRUE}, + {0, "irc.chillnet.org"}, +#endif + {"chatpat", 0, 0, "CP1251", LOGIN_CUSTOM, "MSG NS IDENTIFY %p"}, {0, "irc.unibg.net"}, {0, "irc.chatpat.bg"},