diff options
author | Patrick <tingping@tingping.se> | 2023-06-21 19:05:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 19:05:08 -0500 |
commit | 6155c18315556a4ee4e59c3f61a0d95b96deae41 (patch) | |
tree | c0e1532ad35b9648d45675cff276757a86ceffc4 /src | |
parent | a01d9ea1528a33dfc8706b391324ef50afc97991 (diff) |
servlist: Update UnderNet hostname
Closes #2786
Diffstat (limited to 'src')
-rw-r--r-- | src/common/servlist.c | 2 |
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"}, |