diff options
author | Adam <Adam@anope.org> | 2012-02-22 20:55:59 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-02-22 20:55:59 -0500 |
commit | 24811e59705f2d8995f900f82066084bf22f15ec (patch) | |
tree | 2432fba700baf36d3d861df96b8848d636ae74c8 /include | |
parent | 3850b073ddf610415de54dced9ff134397779676 (diff) |
Added a configuration option to make all nick registrations require admin verification
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 */ |