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
b9d1efc2c2
commit
92f58b4420
@ -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"},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user