diff options
Diffstat (limited to 'src/common/servlist.c')
-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 c85f893a..46f99c5d 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -264,6 +264,12 @@ static const struct defaultserver def[] = {0, "irc.indirectirc.com/+6697"}, #endif {0, "irc.indirectirc.com"}, + + {"Interlinked", 0, 0, 0, LOGIN_SASL}, +#ifdef USE_OPENSSL + {0, "irc.interlinked.me/+6697"}, +#endif + {0, "irc.interlinked.me"}, {"IRCHighWay", 0}, #ifdef USE_OPENSSL @@ -457,6 +463,12 @@ static const struct defaultserver def[] = #endif {0, "irc.swiftirc.net/6667"}, + {"Techman's World IRC", 0}, +#ifdef USE_OPENSSL + {0, "irc.techmansworld.com/+6697"}, +#endif + {0, "irc.techmansworld.com/6667"}, + {"TinyCrab", 0, 0, 0, LOGIN_SASL}, {0, "irc.tinycrab.net"}, |