From 8c3cdb8b067330ccfa7d88fbf6eb80f96bd59e2a Mon Sep 17 00:00:00 2001 From: Joah Date: Mon, 30 Jul 2012 21:44:00 -0300 Subject: Update src/common/servlist.c Added the AlphaChat IRC network (http://www.alphachat.net), a ~300 user network that runs ShadowIRCd and Atheme services with leaves in North America, Europe, Australia, and South Africa. --- src/common/servlist.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/common/servlist.c') diff --git a/src/common/servlist.c b/src/common/servlist.c index b340d4e2..28d8c85f 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -84,6 +84,13 @@ static const struct defaultserver def[] = {0, "irc.5ci.net"}, {0, "irc.kis.lt"}, + {"AlphaChat", 0}, + {0, "irc.alphachat.net"}, + {0, "na.alphachat.net"}, + {0, "eu.alphachat.net"}, + {0, "au.alphachat.net"}, + {0, "za.alphachat.net"}, + {"AmigaNet", 0}, {0, "irc.amiganet.org"}, {0, "us.amiganet.org"}, -- cgit 1.4.1