]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setident.cpp
Fix these to use new hook system (u_listmode wasnt fixed yet)
[user/henk/code/inspircd.git] / src / modules / m_setident.cpp
index 179053394d565fec482aaf4be90e8c812f94f91e..8d7980961e0c0fee503c7b66eafa0e39136e6c04 100644 (file)
@@ -65,6 +65,7 @@ class ModuleSetIdent : public Module
                
                mycommand = new CommandSetident(ServerInstance);
                ServerInstance->AddCommand(mycommand);
+
        }
        
        virtual ~ModuleSetIdent()