]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operchans.cpp
Fix these to use new hook system (u_listmode wasnt fixed yet)
[user/henk/code/inspircd.git] / src / modules / m_operchans.cpp
index 76ead18c30aa9fedd86ebad2da8d5b4cb3ee5f5d..e96fbc79a8cd40aecbe6382588efd3dd652b72c4 100644 (file)
@@ -84,7 +84,7 @@ class ModuleOperChans : public Module
        virtual ~ModuleOperChans()
        {
                ServerInstance->Modes->DelMode(oc);
-               DELETE(oc);
+               delete oc;
        }
        
        virtual Version GetVersion()