summaryrefslogtreecommitdiff
path: root/modules/commands/os_module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/os_module.cpp')
-rw-r--r--modules/commands/os_module.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/commands/os_module.cpp b/modules/commands/os_module.cpp
index 750a29bfa..7f9f1d990 100644
--- a/modules/commands/os_module.cpp
+++ b/modules/commands/os_module.cpp
@@ -196,9 +196,6 @@ class OSModule : public Module
this->SetAuthor("Anope");
this->SetPermanent(true);
- ModuleManager::RegisterService(&commandosmodload);
- ModuleManager::RegisterService(&commandosmodreload);
- ModuleManager::RegisterService(&commandosmodunload);
}
};