diff options
Diffstat (limited to 'modules/commands/os_kill.cpp')
-rw-r--r-- | modules/commands/os_kill.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/os_kill.cpp b/modules/commands/os_kill.cpp index 11a0636ef..5fceb70e6 100644 --- a/modules/commands/os_kill.cpp +++ b/modules/commands/os_kill.cpp @@ -65,7 +65,6 @@ class OSKill : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandoskill); } }; |