summary refs log tree commit diff stats
path: root/src/common/servlist.c
diff options
context:
space:
mode:
authorPatrick <tingping@tingping.se>2023-06-21 19:05:08 -0500
committerGitHub <noreply@github.com>2023-06-21 19:05:08 -0500
commit6155c18315556a4ee4e59c3f61a0d95b96deae41 (patch)
treec0e1532ad35b9648d45675cff276757a86ceffc4 /src/common/servlist.c
parenta01d9ea1528a33dfc8706b391324ef50afc97991 (diff)
servlist: Update UnderNet hostname
Closes #2786
Diffstat (limited to 'src/common/servlist.c')
-rw-r--r--src/common/servlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c
index 02341852..1f29bb32 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -326,7 +326,7 @@ static const struct defaultserver def[] =
 #endif	
 
 	{"UnderNet", 0, 0, 0, LOGIN_CUSTOM, "MSG x@channels.undernet.org login %u %p"},
-	{0,			"us.undernet.org"},
+	{0,			"irc.undernet.org"},
 
 	{"Xertion", 0, 0, 0, LOGIN_SASL, 0, TRUE},
 	{0,			"irc.xertion.org"},