summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorXandrah <xandrah@deltapool.net>2021-05-24 04:46:00 +0100
committerGitHub <noreply@github.com>2021-05-23 22:46:00 -0500
commitcdfc3b9ea93ac0f5eb3a2b16c80854931db3d881 (patch)
tree8d8a1959d9371b3453f37d5d75c1c011a988373d /src/common
parent076b2c1c7332e82028811d92a7f7f4b091be0163 (diff)
Update servlist.c (#2522)
* Update servlist.c

Added DeltaPool to IRC Networks

* Update servlist.c

Updated to support SASL
Diffstat (limited to 'src/common')
-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 f92f2f4e..d65582cd 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -385,6 +385,9 @@ static const struct defaultserver def[] =
 
 	{"Xertion", 0, 0, 0, LOGIN_SASL, 0, TRUE},
 	{0,			"irc.xertion.org"},
+	
+	{"DeltaPool", 0, 0, 0, LOGIN_SASL, 0, TRUE},
+	{0,			"irc.deltapool.net"},
 
 	{0,0}
 };