servlist: add hackint irc network

- requires the use of TLS to connect on port 6697
- supports and encourages authentication via SASL PLAIN and EXTERNAL
This commit is contained in:
Martin Weinelt 2018-11-22 02:19:52 +01:00 committed by Patrick
parent ba72cc7b6d
commit 87470f30a9
1 changed files with 5 additions and 0 deletions

View File

@ -193,6 +193,11 @@ static const struct defaultserver def[] =
#endif
{0, "irc.globalgamers.net"},
#ifdef USE_OPENSSL
{"hackint", 0, 0, 0, LOGIN_SASL, 0, TRUE},
{0, "irc.hackint.org"},
#endif
{"Hashmark", 0},
{0, "irc.hashmark.net"},