mirror of
https://github.com/moparisthebest/hexchat
synced 2024-12-22 15:48:52 -05:00
Fix port number for EntropyNet
This commit is contained in:
parent
27227d54c7
commit
ea96ffc154
@ -198,12 +198,12 @@ static const struct defaultserver def[] =
|
||||
|
||||
{"EntropyNet", 0},
|
||||
#ifdef USE_OPENSSL
|
||||
{0, "irc.entropynet.net/+7000"},
|
||||
{0, "irc.entropynet.net/+6697"},
|
||||
#endif
|
||||
{0, "irc.entropynet.net"},
|
||||
#ifdef USE_IPV6
|
||||
#ifdef USE_OPENSSL
|
||||
{0, "irc6.entropynet.net/+7000"},
|
||||
{0, "irc6.entropynet.net/+6697"},
|
||||
#endif
|
||||
{0, "irc6.entropynet.net"},
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user