diff options
Diffstat (limited to 'src/common/servlist.c')
-rw-r--r-- | src/common/servlist.c | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index f58d2ce8..7a4ee94e 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -274,8 +274,9 @@ static const struct defaultserver def[] = {0, "komatu.german-elite.net"}, /* {0, "liberty.german-elite.net"},*/ - {"GimpNet", 0}, + {"GIMPNet", 0}, {0, "irc.gimp.org"}, + {0, "irc.gnome.org"}, /* {0, "irc.au.gimp.org"},*/ {0, "irc.us.gimp.org"}, @@ -288,17 +289,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 +324,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"}, |