diff options
Diffstat (limited to 'src/modules/m_globops.cpp')
-rw-r--r-- | src/modules/m_globops.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_globops.cpp b/src/modules/m_globops.cpp index 81aef9f57..fafc3df2c 100644 --- a/src/modules/m_globops.cpp +++ b/src/modules/m_globops.cpp @@ -55,12 +55,12 @@ class ModuleGlobops : public Module ServerInstance->SNO->EnableSnomask('g',"GLOBOPS"); } - + virtual ~ModuleGlobops() { ServerInstance->SNO->DisableSnomask('g'); } - + virtual Version GetVersion() { return Version(1, 2, 0, 1, VF_COMMON | VF_VENDOR, API_VERSION); |