diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/servlist.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index d65582cd..79a5694b 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -58,6 +58,9 @@ static const struct defaultserver def[] = /* Self signed */ {0, "irc.accessirc.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"}, |