mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 12:12:39 +01:00
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
|
||||
{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