]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setname.cpp
Some more to fix still, modules probably wont load correctly atm
[user/henk/code/inspircd.git] / src / modules / m_setname.cpp
index a139a0174e97161dc3e78852b20a15ae3d83ab7d..b15d52252d7afba5ef1eb87a8c5b8edb48a9cc07 100644 (file)
@@ -62,6 +62,7 @@ class ModuleSetName : public Module
                
                mycommand = new CommandSetname(ServerInstance);
                ServerInstance->AddCommand(mycommand);
+
        }
        
        virtual ~ModuleSetName()