diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 1ec67984a..99d116daa 100644 --- a/include/config.h +++ b/include/config.h @@ -529,8 +529,8 @@ class CoreExport ServerConfig bool NSSecureAdmins; /* Services opers must be /operd on the ircd aswell */ bool NSStrictPrivileges; - /* Use email to verify new users registering */ - bool NSEmailReg; + /* Type of confirmation to use, or to disable registration completely */ + Anope::string NSRegistration; /* Core NickServ modules */ Anope::string NickCoreModules; /* Set the proper channel modes on users when they identify */ |