diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-09-23 23:17:20 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-09-23 23:17:20 +0200 |
commit | 5112e1b669695f1254334c8123476440e425d5c6 (patch) | |
tree | 3e25ade3f984e56b079ba18fa58698d56ab3c485 /src/common | |
parent | 60696af03d1659f8768c7adbea1e8846f67657d4 (diff) |
Add 2 new networks and fix some sorting
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/servlist.c | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index f58d2ce8..f41c3d50 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -288,17 +288,18 @@ static const struct defaultserver def[] = {"IdleMonkeys", 0}, {0, "irc.idlemonkeys.net"}, + {"IndirectIRC", 0}, +#ifdef USE_OPENSSL + {0, "irc.indirectirc.com/+6697"}, +#endif + {0, "irc.indirectirc.com"}, + /* {"Infinity-IRC", 0}, {0, "Atlanta.GA.US.Infinity-IRC.Org"}, {0, "Babylon.NY.US.Infinity-IRC.Org"}, {0, "Sunshine.Ca.US.Infinity-IRC.Org"}, {0, "IRC.Infinity-IRC.Org"},*/ - {"iZ-smart.net", 0}, - {0, "irc.iZ-smart.net/6666"}, - {0, "irc.iZ-smart.net/6667"}, - {0, "irc.iZ-smart.net/6668"}, - {"IrcLink", 0}, {0, "irc.irclink.net"}, {0, "Alesund.no.eu.irclink.net"}, @@ -322,6 +323,17 @@ static const struct defaultserver def[] = {"Irctoo.net", 0}, {0, "irc.irctoo.net"}, + {"IronDust", 0}, +#ifdef USE_OPENSSL + {0, "irc.irondust.net/+6697"}, +#endif + {0, "irc.irondust.net"}, + + {"iZ-smart.net", 0}, + {0, "irc.iZ-smart.net/6666"}, + {0, "irc.iZ-smart.net/6667"}, + {0, "irc.iZ-smart.net/6668"}, + {"Krstarica", 0}, {0, "irc.krstarica.com"}, |