From 5af678d2b979776e3512443ad8d3d06708941bb8 Mon Sep 17 00:00:00 2001 From: TheTechman Date: Mon, 28 Apr 2014 17:56:43 -0400 Subject: [PATCH] Default Techman's World IRC to SASL Closes #963 --- src/common/servlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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