summary refs log tree commit diff stats
path: root/src/common/servlist.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-31 11:38:08 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-31 11:38:08 +0200
commitec2b68bb9835e7eebff92f85680fc9e69209c351 (patch)
treea493157e2c3b1db48868dacafcaeb448f3bcd5c0 /src/common/servlist.c
parent6a5c0897280bd5568da2b4c1e643d1411b195ea0 (diff)
Add EntropyNet to the Network List
Diffstat (limited to 'src/common/servlist.c')
-rw-r--r--src/common/servlist.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c
index de2db324..ceab6133 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -196,6 +196,18 @@ static const struct defaultserver def[] =
 	{"EnterTheGame",	0},
 	{0,			"IRC.EnterTheGame.Com"},
 
+	{"EntropyNet",	0},
+#ifdef USE_OPENSSL
+	{0,			"irc.entropynet.net/+7000"},
+#endif
+	{0,			"irc.entropynet.net"},
+#ifdef USE_IPV6
+#ifdef USE_OPENSSL
+	{0,			"irc6.entropynet.net/+7000"},
+#endif
+	{0,			"irc6.entropynet.net"},
+#endif
+
 	{"EUIrc",	0},
 	{0,			"irc.euirc.net"},
 	{0,			"irc.ham.de.euirc.net"},