1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 20:06:37 +02:00

Merge pull request #200 from syzop/2.0+saslbydefault

Load sasl module by default.
This commit is contained in:
Adam
2017-10-09 11:23:09 -04:00
committed by GitHub
+1 -1
View File
@@ -540,7 +540,7 @@ module { name = "help" }
* authenticating users through this mechanism. Supported mechanisms are:
* PLAIN, EXTERNAL.
*/
#module { name = "m_sasl" }
module { name = "m_sasl" }
/*
* m_ssl_gnutls [EXTRA]