diff options
author | TingPing <tngpng@gmail.com> | 2013-07-14 10:20:03 -0400 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-07-14 10:20:03 -0400 |
commit | 62d52d55b235479a83baa3fa4749ea33e34cbea4 (patch) | |
tree | 7a8d48d583a7daba6e3ccac4f26009b17551a1eb | |
parent | 9d4a1a3b4f4fb04c2e22ef4c476fbd99301b1073 (diff) |
Add staticbox network
Also default to SASL on some more networks
-rw-r--r-- | src/common/servlist.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index 1e06acd4..ceee3455 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -207,7 +207,7 @@ static const struct defaultserver def[] = {"EnterTheGame", 0}, {0, "IRC.EnterTheGame.Com"}, - {"EntropyNet", 0}, + {"EntropyNet", 0, 0, 0, LOGIN_SASL}, #ifdef USE_OPENSSL {0, "irc.entropynet.net/+6697"}, #endif @@ -510,7 +510,7 @@ static const struct defaultserver def[] = {0, "moo.slashnet.org"}, {0, "radon.slashnet.org"}, - {"Snoonet", 0}, + {"Snoonet", 0, 0, 0, LOGIN_SASL}, #ifdef USE_OPENSSL {0, "irc.snoonet.org/+6697"}, #endif @@ -550,6 +550,9 @@ static const struct defaultserver def[] = {0, "tahoma.starchat.net"}, {0, "neo.starchat.net"}, + {"StaticBox", 0, 0, 0, LOGIN_SASL}, + {0, "irc.staticbox.net"}, + {"Station51", 0}, #ifdef USE_OPENSSL {0, "irc.station51.net/+6697"}, |