]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_opermotd.cpp
Fix these to use new hook system (u_listmode wasnt fixed yet)
[user/henk/code/inspircd.git] / src / modules / m_opermotd.cpp
index 86d928cb7c7ec0727b0bd0f555f11440099e0261..ec22d1de62ed34684c19a5b9800d4e7251882c39 100644 (file)
@@ -72,7 +72,7 @@ class ModuleOpermotd : public Module
                        opermotd = NULL;
                }
                opermotd = new FileReader(ServerInstance, filename);
-               DELETE(conf);
+               delete conf;
        }
        
        ModuleOpermotd(InspIRCd* Me)