diff options
author | lethality <lethality@anope.org> | 2012-02-23 02:32:49 +0000 |
---|---|---|
committer | lethality <lethality@anope.org> | 2012-02-23 02:32:49 +0000 |
commit | ba32aad4cb61321e93c1ab5b94b0a67963c344cc (patch) | |
tree | 4c0f2a7cdaaf134aa0a1a46996b48d766b9a8465 /include/config.h | |
parent | f01aab5f9bf5c14162438d1707e6e6cd9730c703 (diff) | |
parent | 24811e59705f2d8995f900f82066084bf22f15ec (diff) |
Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9
Diffstat (limited to 'include/config.h')
-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 */ |