diff options
author | Adam <Adam@anope.org> | 2011-08-05 06:18:38 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-05 06:18:38 -0400 |
commit | 5e18a7292b15a0aaf27c2f3ce6335116a4d2290d (patch) | |
tree | e4fecd737635cac1bc038ee8a56805f424cee613 /modules/commands/hs_request.cpp | |
parent | e66063e6304538d34c40460ca0aa2be5ddb6bdec (diff) |
Mark the new commands/ modules as CORE and fixed a typo in the example.conf
Diffstat (limited to 'modules/commands/hs_request.cpp')
-rw-r--r-- | modules/commands/hs_request.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index 7686794f5..861448240 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -301,7 +301,7 @@ class HSRequest : public Module CommandHSWaiting commandhswaiting; public: - HSRequest(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, SUPPORTED), + HSRequest(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), commandhsrequest(this), commandhsactive(this), commandhsreject(this), commandhswaiting(this) { this->SetAuthor("Anope"); |