diff options
author | Andrew <andrew@northall.me.uk> | 2013-11-19 22:16:57 +0000 |
---|---|---|
committer | Andrew <andrew@northall.me.uk> | 2013-11-19 22:16:57 +0000 |
commit | a45ba5bdc031fb30bd1f97080eea1dfec2b91c3c (patch) | |
tree | e754cf3b947eab74b25bdd211417678b48aeb790 /src | |
parent | 5331a6145ba782ba7a1479749309c08707c9528f (diff) |
Add Interlinked
Diffstat (limited to 'src')
-rw-r--r-- | src/common/servlist.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index c85f893a..a3965945 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 |