Fix port number for EntropyNet

This commit is contained in:
Berke Viktor 2012-07-31 11:44:14 +02:00
parent 27227d54c7
commit ea96ffc154
1 changed files with 2 additions and 2 deletions

View File

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