summaryrefslogtreecommitdiff
path: root/modules/core/ns_set_secure.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-07-31 07:00:27 -0400
committerAdam <Adam@anope.org>2011-07-31 07:00:27 -0400
commita18e3f33802d282a227d20aabfd8f6425b5e40d0 (patch)
tree8142a7b0213cc9295d0f9c8fdd3aca176bdafb74 /modules/core/ns_set_secure.cpp
parent63a4201d15b041edf0dc029b46684a2ec01ff75b (diff)
Bugs 1297-1299 and made /os stats work like the help describes it does
Diffstat (limited to 'modules/core/ns_set_secure.cpp')
-rw-r--r--modules/core/ns_set_secure.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/core/ns_set_secure.cpp b/modules/core/ns_set_secure.cpp
index 8cf6590cf..35baeec3b 100644
--- a/modules/core/ns_set_secure.cpp
+++ b/modules/core/ns_set_secure.cpp
@@ -105,6 +105,9 @@ class NSSetSecure : public Module
commandnssetsecure(this), commandnssasetsecure(this)
{
this->SetAuthor("Anope");
+
+ ModuleManager::RegisterService(&commandnssetsecure);
+ ModuleManager::RegisterService(&commandnssasetsecure);
}
};