summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorFoxy <52182237+LadyFoxy@users.noreply.github.com>2021-10-30 10:51:46 -0500
committerGitHub <noreply@github.com>2021-10-30 10:51:46 -0500
commitb54593e7527566e1bb46e404ea8a91ee4e493f57 (patch)
treeb47f46f6736c0780ac2a17391374dfba8d66ce93 /src/common
parent64da6ce1fc349d89eea2e70ec42cb7bd47b22a78 (diff)
Update servlist.c (#2648)
Added irc.irc-nerds.net to the server list
Diffstat (limited to 'src/common')
-rw-r--r--src/common/servlist.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c
index a203e702..160cc9e0 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -187,6 +187,9 @@ static const struct defaultserver def[] =
 	{"Interlinked", 0, 0, 0, LOGIN_SASL, 0, TRUE},
 	{0,			"irc.interlinked.me"},
 
+	{"Irc-Nerds", 0, 0, 0, LOGIN_SASL, 0, TRUE},
+	{0,			"irc.irc-nerds.net"},
+	
 	{"IRC4Fun", 0, 0, 0, LOGIN_SASL, 0, TRUE},
 	{0,				"irc.irc4fun.net"},