diff options
Diffstat (limited to 'modules/commands/gl_global.cpp')
-rw-r--r-- | modules/commands/gl_global.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/gl_global.cpp b/modules/commands/gl_global.cpp index 80c42e017..b9b64f137 100644 --- a/modules/commands/gl_global.cpp +++ b/modules/commands/gl_global.cpp @@ -57,7 +57,6 @@ class GLGlobal : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandglglobal); } }; |