]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_clones.cpp
Fix these to use new hook system (u_listmode wasnt fixed yet)
[user/henk/code/inspircd.git] / src / modules / m_clones.cpp
index 8f47a6432d21a5b47f1f1f38eff4bcd77b59624b..654de81f378e51b50c00cd9d9a51b03294692a7e 100644 (file)
@@ -76,6 +76,7 @@ class ModuleClones : public Module
                
                mycommand = new CommandClones(ServerInstance);
                ServerInstance->AddCommand(mycommand);
+
        }
        
        virtual ~ModuleClones()