From bf9dcfe0febe6d4e506935fd1905d13abbf6df0c Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:56:48 -0700 Subject: [PATCH] Update IRC server address for Newnet --- src/common/servlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/servlist.c b/src/common/servlist.c index b9dbb7bc..16e6db35 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -225,7 +225,7 @@ static const struct defaultserver def[] = {0, "irc.mixxnet.net"}, {"Newnet", 0, 0, 0, LOGIN_SASL, 0, TRUE}, - {0, "irc.netnet.net"}, + {0, "irc.newnet.net"}, {0, "australia-au.newnet.net"}, {0, "beauharnois-ca.newnet.net"}, {0, "vancouver-ca.newnet.net"},