mirror of
https://github.com/moparisthebest/hexchat
synced 2024-12-22 23:58: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},
|
{"EntropyNet", 0},
|
||||||
#ifdef USE_OPENSSL
|
#ifdef USE_OPENSSL
|
||||||
{0, "irc.entropynet.net/+7000"},
|
{0, "irc.entropynet.net/+6697"},
|
||||||
#endif
|
#endif
|
||||||
{0, "irc.entropynet.net"},
|
{0, "irc.entropynet.net"},
|
||||||
#ifdef USE_IPV6
|
#ifdef USE_IPV6
|
||||||
#ifdef USE_OPENSSL
|
#ifdef USE_OPENSSL
|
||||||
{0, "irc6.entropynet.net/+7000"},
|
{0, "irc6.entropynet.net/+6697"},
|
||||||
#endif
|
#endif
|
||||||
{0, "irc6.entropynet.net"},
|
{0, "irc6.entropynet.net"},
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user