From 29cda2e626c444273adab70c33674b01f21322b0 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:59:07 -0700 Subject: [PATCH] Add new networks and remove TechNet from servlist --- src/common/servlist.c | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/common/servlist.c b/src/common/servlist.c index 1f29bb32..7efecff3 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -223,6 +223,14 @@ static const struct defaultserver def[] = {"MIXXnet", 0}, {0, "irc.mixxnet.net"}, + + {"Newnet", 0, 0, 0, LOGIN_SASL, 0, TRUE}, + {0, "irc.netnet.net"}, + {0, "australia-au.newnet.net"}, + {0, "beauharnois-ca.newnet.net"}, + {0, "vancouver-ca.newnet.net"}, + {0, "gravelines-fr.newnet.net"}, + {0, "sao-paulo.newnet.net"}, {"Oceanius", 0, 0, 0, LOGIN_SASL}, /* Self signed */ @@ -305,9 +313,6 @@ static const struct defaultserver def[] = {"Techtronix", 0, 0, 0, LOGIN_SASL, 0, TRUE}, {0, "irc.techtronix.net"}, - {"TechNet", 0, 0, 0, LOGIN_SASL, 0, TRUE}, - {0, "irc.technet.chat"}, - {"tilde.chat", 0, 0, 0, LOGIN_SASL, 0, TRUE}, {0, "irc.tilde.chat"}, @@ -326,11 +331,16 @@ static const struct defaultserver def[] = #endif {"UnderNet", 0, 0, 0, LOGIN_CUSTOM, "MSG x@channels.undernet.org login %u %p"}, - {0, "irc.undernet.org"}, + {0, "us.undernet.org"}, {"Xertion", 0, 0, 0, LOGIN_SASL, 0, TRUE}, {0, "irc.xertion.org"}, + {"Zoite", 0, 0, 0, LOGIN_SASL, 0, TRUE}, + {0, "irc.zoite.net"}, + {0, "penumbra.newnet.net"}, + {0, "hedy.newnet.net"}, + {0,0} };