From cd9610cb975fe219f4bf9ce2e80bff7fef91a6d9 Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 17 Jun 2007 13:45:30 +0000 Subject: Conversions git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7362 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_opermotd.cpp | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'src/modules/m_opermotd.cpp') diff --git a/src/modules/m_opermotd.cpp b/src/modules/m_opermotd.cpp index 294ea4c2b..da4361ca3 100644 --- a/src/modules/m_opermotd.cpp +++ b/src/modules/m_opermotd.cpp @@ -113,24 +113,4 @@ class ModuleOpermotd : public Module } }; -class ModuleOpermotdFactory : public ModuleFactory -{ - public: - ModuleOpermotdFactory() - { - } - - ~ModuleOpermotdFactory() - { - } - - virtual Module* CreateModule(InspIRCd* Me) - { - return new ModuleOpermotd(Me); - } -}; - -extern "C" DllExport void* init_module(void) -{ - return new ModuleOpermotdFactory; -} +MODULE_INIT(ModuleOpermotd); -- cgit v1.2.3