diff options
Diffstat (limited to 'modules/commands/ns_ghost.cpp')
-rw-r--r-- | modules/commands/ns_ghost.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/ns_ghost.cpp b/modules/commands/ns_ghost.cpp index 37dcef9c7..db4ff1dcd 100644 --- a/modules/commands/ns_ghost.cpp +++ b/modules/commands/ns_ghost.cpp @@ -115,7 +115,6 @@ class NSGhost : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandnsghost); } }; |