diff options
author | luminoso <guilherme@xyz.pt> | 2012-07-27 18:11:45 +0200 |
---|---|---|
committer | luminoso <guilherme@xyz.pt> | 2012-07-27 18:11:45 +0200 |
commit | 2421fbc4f2c493dec5cf56262c8db70f9c918559 (patch) | |
tree | d67cf134d942aa3a376618f58e46a9769397180e /src | |
parent | f750097617ae8ea46dbe6bcf2fe9ca439d5c6f42 (diff) |
Update src/common/servlist.c
PTlink Portuguese IRC server is dead for a few years and there is a new server for PTnet. There is also SSL support and one ipv6-only server, but I'm not sure about the best way to add it to this list.
Diffstat (limited to 'src')
-rw-r--r-- | src/common/servlist.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index 71f21db2..b340d4e2 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -359,10 +359,6 @@ static const struct defaultserver def[] = {"PIRC.PL", 0}, {0, "irc.pirc.pl"}, - {"PTlink", 0}, - {0, "irc.PTlink.net"}, - {0, "aaia.PTlink.net"}, - {"PTNet.org", 0}, {0, "irc.PTNet.org"}, {0, "world.PTnet.org"}, @@ -371,6 +367,7 @@ static const struct defaultserver def[] = {0, "vianetworks.PTnet.org"}, {0, "uc.PTnet.org"}, {0, "nfsi.ptnet.org"}, + {0, "fctunl.ptnet.org"}, {"QuakeNet", 0}, {0, "irc.quakenet.org"}, |