]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_halfop.cpp
m_spanningtree Use iterators in CAPAB handler and when generating reply to spanningtr...
[user/henk/code/inspircd.git] / src / modules / m_halfop.cpp
index f0eda3e5698fa3a86b924bc02db0cce14cf5c53a..7a43f024169f8cc95805bd33362c046ac62affd1 100644 (file)
@@ -92,11 +92,6 @@ class ModuleHalfop : public Module
                        throw ModuleException("Could not add new modes!");
        }
 
-       ~ModuleHalfop()
-       {
-               ServerInstance->Modes->DelMode(&mh);
-       }
-
        Version GetVersion()
        {
                return Version("Channel half-operator mode provider", VF_VENDOR);