diff options
author | Miguel <fullmooninu@users.noreply.github.com> | 2021-05-24 02:42:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 20:42:07 -0500 |
commit | c64dda4deae6edd676dfe4145adeb4fdf11be53a (patch) | |
tree | eb69d8174d91dcec61a69ddfc5d45c42f499b169 /src/common/servlist.c | |
parent | 5310f451f2ad6fa49255fc507246a35aeb4ebef8 (diff) |
Update ptnet servers (#2205)
Co-authored-by: Elias <elias-m-barreira@telecom.pt>
Diffstat (limited to 'src/common/servlist.c')
-rw-r--r-- | src/common/servlist.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index e0191a7b..d15965af 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -277,9 +277,12 @@ static const struct defaultserver def[] = {0, "irc.ponychat.net"}, {"PTNet.org", 0}, - /* Note that the network suggests ISO-8859-1 but most users ignore this */ + {0, "irc.ptnet.org"}, {0, "uevora.ptnet.org"}, - {0, "vianetworks.ptnet.org"}, + {0, "claranet.ptnet.org"}, + {0, "sonaquela.ptnet.org"}, + {0, "uc.ptnet.org"}, + {0, "ipg.ptnet.org"}, {"QuakeNet", 0, 0, 0, LOGIN_CHALLENGEAUTH}, {0, "irc.quakenet.org"}, |