diff options
Diffstat (limited to 'modules/commands/os_akill.cpp')
-rw-r--r-- | modules/commands/os_akill.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/os_akill.cpp b/modules/commands/os_akill.cpp index 296819ca7..99aa60089 100644 --- a/modules/commands/os_akill.cpp +++ b/modules/commands/os_akill.cpp @@ -460,7 +460,6 @@ class OSAKill : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandosakill); } }; |