summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorColby <60820431+ComputerTech312@users.noreply.github.com>2023-01-30 15:29:49 +0000
committerGitHub <noreply@github.com>2023-01-30 09:29:49 -0600
commit7b093eea917374cb7b11fdfb9a332f4a61b789fb (patch)
treea3f25bbc525c257339cd3e6809b4f1333174364d /src/common
parent67b25fddf1429eb68e538ec0a7196599017f5d7e (diff)
Add TechNet to servlist
Diffstat (limited to 'src/common')
-rw-r--r--src/common/servlist.c3
1 files changed, 3 insertions, 0 deletions
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"},