]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chgname.cpp
Fix these to use new hook system (u_listmode wasnt fixed yet)
[user/henk/code/inspircd.git] / src / modules / m_chgname.cpp
index dc90b016b681fcba3974d98ec81d7ee95615fbf3..8e2a735d0d750cbebdedf0596f19f5024b651d9f 100644 (file)
@@ -72,6 +72,7 @@ public:
        {
                mycommand = new CommandChgname(ServerInstance);
                ServerInstance->AddCommand(mycommand);
+
        }
        
        virtual ~ModuleChgName()