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: [PATCH] Add TechNet to servlist --- src/common/servlist.c | 3 +++ 1 file changed, 3 insertions(+) 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"},