1
0
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:
Berke Viktor 2012-07-31 11:44:14 +02:00
parent 27227d54c7
commit ea96ffc154

View File

@ -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