diff options
author | Lee Watson <rev@revthefox.co.uk> | 2014-05-15 17:18:12 +0100 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-05-31 13:29:45 -0400 |
commit | 3d1d9e1716d66abb6921d15ae22a25f320eeef13 (patch) | |
tree | 79ef0f2e0c56548ac9c9b3f9d538e72818aeee9f /src | |
parent | e18a086ccfe93090316b2fdefd25dba57d347256 (diff) |
Add SeionIRC to serverlist
Closes #982
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 7f117919..907a563c 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -421,6 +421,12 @@ static const struct defaultserver def[] = {"SeilEn.de", 0}, {0, "irc.seilen.de"}, + {"SeionIRC", 0, 0, 0, LOGIN_SASL}, +#ifdef USE_OPENSSL + {0, "irc.seion.us/+6697"}, +#endif + {0, "irc.seion.us"}, + {"Serenity-IRC", 0}, {0, "irc.serenity-irc.net"}, {0, "eu.serenity-irc.net"}, |