]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_check.cpp
Argh, i give up
[user/henk/code/inspircd.git] / src / modules / m_check.cpp
index b505f10eec0a10964aca1b1f4e35c7352320951b..117ff72d07e71bb0b8350eb7cd5b2942c02db8d3 100644 (file)
@@ -164,6 +164,7 @@ class ModuleCheck : public Module
                
                mycommand = new CommandCheck(ServerInstance);
                ServerInstance->AddCommand(mycommand);
+
        }
        
        virtual ~ModuleCheck()
@@ -175,10 +176,6 @@ class ModuleCheck : public Module
                return Version(1, 1, 0, 0, VF_VENDOR, API_VERSION);
        }
 
-       void Implements(char* List)
-       {
-               /* we don't hook anything, nothing required */
-       }
        
 };