diff options
Diffstat (limited to 'modules/commands/os_chankill.cpp')
-rw-r--r-- | modules/commands/os_chankill.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/os_chankill.cpp b/modules/commands/os_chankill.cpp index 9ce895c59..9e6d29dbd 100644 --- a/modules/commands/os_chankill.cpp +++ b/modules/commands/os_chankill.cpp @@ -113,7 +113,6 @@ class OSChanKill : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandoschankill); } }; |