From d523f0d4995548ad6d0a21a978c320dab047eb62 Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 17 Jun 2007 13:33:44 +0000 Subject: Conversions git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7355 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_ident.cpp | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'src/modules/m_ident.cpp') diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index eb9f3f365..481d75067 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -323,27 +323,4 @@ class ModuleIdent : public Module }; -class ModuleIdentFactory : public ModuleFactory -{ - public: - ModuleIdentFactory() - { - } - - ~ModuleIdentFactory() - { - } - - virtual Module * CreateModule(InspIRCd* Me) - { - return new ModuleIdent(Me); - } - -}; - - -extern "C" DllExport void * init_module( void ) -{ - return new ModuleIdentFactory; -} - +MODULE_INIT(ModuleIdent); -- cgit v1.2.3