Update servlist.c (#2522)

* Update servlist.c

Added DeltaPool to IRC Networks

* Update servlist.c

Updated to support SASL
This commit is contained in:
Xandrah 2021-05-24 04:46:00 +01:00 committed by GitHub
parent 076b2c1c73
commit cdfc3b9ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -385,6 +385,9 @@ static const struct defaultserver def[] =
{"Xertion", 0, 0, 0, LOGIN_SASL, 0, TRUE}, {"Xertion", 0, 0, 0, LOGIN_SASL, 0, TRUE},
{0, "irc.xertion.org"}, {0, "irc.xertion.org"},
{"DeltaPool", 0, 0, 0, LOGIN_SASL, 0, TRUE},
{0, "irc.deltapool.net"},
{0,0} {0,0}
}; };