summary refs log tree commit diff stats
path: root/src/common/servlist.c
diff options
context:
space:
mode:
authordimitrisdm <30384086+dimitrisdm@users.noreply.github.com>2021-05-24 21:26:06 +0300
committerGitHub <noreply@github.com>2021-05-24 13:26:06 -0500
commit7f8b0a19cff46f7d27451fb9942eea5018f0c5b5 (patch)
tree5b8029a3b2e4cb55c0d45cc180dc19f31e071435 /src/common/servlist.c
parentcdfc3b9ea93ac0f5eb3a2b16c80854931db3d881 (diff)
Add ACN IRC Network (#2524)
Website: https://irc.acn.gr
Round-Robin DNS: global.acn.gr
Ports: 6667 - 6697(ssl only).
Diffstat (limited to 'src/common/servlist.c')
-rw-r--r--src/common/servlist.c3
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"},