1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 11:06:38 +02:00

Add a config option to disable sasl

This commit is contained in:
Adam
2012-11-09 19:13:33 -05:00
parent 2fe387b4f0
commit ff3e396e92
6 changed files with 24 additions and 6 deletions
+2
View File
@@ -572,6 +572,8 @@ class CoreExport ServerConfig
Anope::string NSModesOnID;
/* Restore nick/channels on ghost */
bool NSRestoreOnGhost;
/* Whether or not to use SASL */
bool NSSASL;
/* Core ChanServ modules */
Anope::string ChanCoreModules;