]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
servlist: Add back TURLINet (#2602)
authorValerie Pond <redacted>
Fri, 2 Jul 2021 02:36:29 +0000 (03:36 +0100)
committerGitHub <redacted>
Fri, 2 Jul 2021 02:36:29 +0000 (02:36 +0000)
src/common/servlist.c

index 39bee87701bf1ef3ecc734c82bb88e54176bb48d..e7f22cc9cf01d01ca81c7575815cfa527a3cdda5 100644 (file)
@@ -315,6 +315,12 @@ static const struct defaultserver def[] =
        {"tilde.chat", 0, 0, 0, LOGIN_SASL, 0, TRUE},
        {0,                     "irc.tilde.chat"},
 
+       {"TURLINet", 0, 0, 0, 0, 0, TRUE},
+       /* all servers use UTF-8 and valid certs */
+       {0,                     "irc.servx.org"},
+       {0,                     "i.valware.uk"},
+       
+       
 #ifdef USE_OPENSSL
        {"TripSit", 0, 0, 0, LOGIN_SASL, 0, TRUE},
        {0,                     "irc.tripsit.me"},