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:
parent
ba72cc7b6d
commit
87470f30a9
@ -193,6 +193,11 @@ static const struct defaultserver def[] =
|
|||||||
#endif
|
#endif
|
||||||
{0, "irc.globalgamers.net"},
|
{0, "irc.globalgamers.net"},
|
||||||
|
|
||||||
|
#ifdef USE_OPENSSL
|
||||||
|
{"hackint", 0, 0, 0, LOGIN_SASL, 0, TRUE},
|
||||||
|
{0, "irc.hackint.org"},
|
||||||
|
#endif
|
||||||
|
|
||||||
{"Hashmark", 0},
|
{"Hashmark", 0},
|
||||||
{0, "irc.hashmark.net"},
|
{0, "irc.hashmark.net"},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user