diff options
author | TingPing <TingPing@users.noreply.github.com> | 2013-09-12 03:55:17 -0400 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2013-09-12 03:55:17 -0400 |
commit | 14b8a77b78c3899591674936bff045b7ff7d2d78 (patch) | |
tree | 8f841e073e68e768278ff5a54ea7626d6d96a3ef /src | |
parent | a71849db3f0531dc0f0b1facb453b75afd84ba91 (diff) |
Default spotchat to SASL
Diffstat (limited to 'src')
-rw-r--r-- | src/common/servlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index 4cef974c..3ccd81a6 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -540,7 +540,7 @@ static const struct defaultserver def[] = {0, "eu.spidernet.org"}, {0, "irc.spidernet.org"},*/ - {"SpotChat", 0}, + {"SpotChat", 0, 0, 0, LOGIN_SASL}, #ifdef USE_OPENSSL {0, "irc.spotchat.org/+6697"}, #endif |