diff options
author | TheTechman <TheTechman@users.noreply.github.com> | 2014-04-28 17:56:43 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-05-12 02:30:27 -0400 |
commit | 5af678d2b979776e3512443ad8d3d06708941bb8 (patch) | |
tree | 010bdcfdb18e28549c5031a779e621fe20097ed8 /src/common | |
parent | 1265eee9e5c7bda90217e943b4a4b8a5729fa15f (diff) |
Default Techman's World IRC to SASL
Closes #963
Diffstat (limited to 'src/common')
-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 ec3889ff..bfb36efa 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -488,7 +488,7 @@ static const struct defaultserver def[] = #endif {0, "irc.synirc.net/6667"}, - {"Techman's World IRC", 0}, + {"Techman's World IRC", 0, 0, 0, LOGIN_SASL}, #ifdef USE_OPENSSL {0, "irc.techmansworld.com/+6697"}, #endif |