summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-11-09 19:13:33 -0500
committerAdam <Adam@anope.org>2012-11-09 19:13:33 -0500
commitff3e396e92dfc6f95bf8e7a099e43cc0d3eebdf9 (patch)
tree19451d97ba9cf4dd321fc49a1e20191b273abacc /include
parent2fe387b4f0cb0e9df43c2689a1343a24f07018ca (diff)
Add a config option to disable sasl
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index dd00d2666..86a232485 100644
--- a/include/config.h
+++ b/include/config.h
@@ -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;