From 7b093eea917374cb7b11fdfb9a332f4a61b789fb Mon Sep 17 00:00:00 2001 From: Colby <60820431+ComputerTech312@users.noreply.github.com> Date: Mon, 30 Jan 2023 15:29:49 +0000 Subject: Add TechNet to servlist --- src/common/servlist.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/servlist.c') diff --git a/src/common/servlist.c b/src/common/servlist.c index 771d7813..02341852 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -305,6 +305,9 @@ 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"}, -- cgit 1.4.1 From 6155c18315556a4ee4e59c3f61a0d95b96deae41 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 21 Jun 2023 19:05:08 -0500 Subject: servlist: Update UnderNet hostname Closes #2786 --- src/common/servlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/servlist.c') diff --git a/src/common/servlist.c b/src/common/servlist.c index 02341852..1f29bb32 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -326,7 +326,7 @@ static const struct defaultserver def[] = #endif {"UnderNet", 0, 0, 0, LOGIN_CUSTOM, "MSG x@channels.undernet.org login %u %p"}, - {0, "us.undernet.org"}, + {0, "irc.undernet.org"}, {"Xertion", 0, 0, 0, LOGIN_SASL, 0, TRUE}, {0, "irc.xertion.org"}, -- cgit 1.4.1