diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
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; |