diff options
author | Colby <60820431+ComputerTech312@users.noreply.github.com> | 2023-01-30 15:29:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-30 09:29:49 -0600 |
commit | 7b093eea917374cb7b11fdfb9a332f4a61b789fb (patch) | |
tree | a3f25bbc525c257339cd3e6809b4f1333174364d /src/common/servlist.c | |
parent | 67b25fddf1429eb68e538ec0a7196599017f5d7e (diff) |
Add TechNet to servlist
Diffstat (limited to 'src/common/servlist.c')
-rw-r--r-- | src/common/servlist.c | 3 |
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"}, |