diff options
Diffstat (limited to 'modules/commands/os_set.cpp')
-rw-r--r-- | modules/commands/os_set.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/os_set.cpp b/modules/commands/os_set.cpp index 340b463ea..20df33c78 100644 --- a/modules/commands/os_set.cpp +++ b/modules/commands/os_set.cpp @@ -254,7 +254,6 @@ class OSSet : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandosset); } }; |