From d7c6c424e8c078d3e5a28c830ff3f6f62da8b39a Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 1 Aug 2022 14:07:31 -0500 Subject: servlist: Remove ACN They are no longer supporting TLS and let their cert expire. Non-TLS networks do not belong in our default list. Closes #2722 --- src/common/servlist.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common') diff --git a/src/common/servlist.c b/src/common/servlist.c index b9b304f8..771d7813 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -54,8 +54,6 @@ static const struct defaultserver def[] = /* Invalid hostname in cert */ {0, "irc.2600.net"}, - {"ACN", 0, 0, 0, LOGIN_SASL, 0, TRUE}, - {0, "global.acn.gr"}, {"AfterNET", 0, 0, 0, LOGIN_SASL, 0, TRUE}, {0, "irc.afternet.org"}, -- cgit 1.4.1