diff options
author | a Code Lizard <code.lizard.42@gmail.com> | 2014-03-01 22:33:29 +0100 |
---|---|---|
committer | Eustachy Kapusta <Eustachy.kapusta@gmail.com> | 2014-03-08 01:14:20 +0100 |
commit | b52650de5dd391790135b17adccaf54fd3f305d2 (patch) | |
tree | 1763f605255e19e851bf9bd8d5d0586a01692bdb | |
parent | 71e54854ec12f3a2df132abd4e3ce20c9271b078 (diff) |
Added Anthrochat and Furnet to server list
Closes #900
-rw-r--r-- | src/common/servlist.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index c84df64c..96d27aa7 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -93,6 +93,12 @@ static const struct defaultserver def[] = {0, "au.alphachat.net"}, {0, "za.alphachat.net"}, + {"Anthrochat", 0}, +#ifdef USE_OPENSSL + {0, "irc.anthrochat.net/+6697"}, +#endif + {0, "irc.anthrochat.net"}, + {"ARCNet", 0}, {0, "se1.arcnet.vapor.com"}, {0, "us1.arcnet.vapor.com"}, @@ -238,6 +244,12 @@ static const struct defaultserver def[] = /* irc. points to chat. but many users and urls still reference it */ {0, "irc.freenode.net"}, + {"Furnet", 0}, +#ifdef USE_OPENSSL + {0, "irc.furnet.org/+6697"}, +#endif + {0, "irc.furnet.org"}, + {"Fusion Latina", 0}, {0, "irc.fusionlatina.org/2012"}, |