From 65774100a356b4b90e1cac7bd41046aa661ef850 Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 17 Jun 2007 13:49:01 +0000 Subject: Conversions. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7363 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_saquit.cpp | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to 'src/modules/m_saquit.cpp') diff --git a/src/modules/m_saquit.cpp b/src/modules/m_saquit.cpp index 037b7016a..5ca3d9861 100644 --- a/src/modules/m_saquit.cpp +++ b/src/modules/m_saquit.cpp @@ -79,29 +79,4 @@ class ModuleSaquit : public Module }; -// stuff down here is the module-factory stuff. For basic modules you can ignore this. - -class ModuleSaquitFactory : public ModuleFactory -{ - public: - ModuleSaquitFactory() - { - } - - ~ModuleSaquitFactory() - { - } - - virtual Module * CreateModule(InspIRCd* Me) - { - return new ModuleSaquit(Me); - } - -}; - - -extern "C" DllExport void * init_module( void ) -{ - return new ModuleSaquitFactory; -} - +MODULE_INIT(ModuleSaquit); -- cgit v1.3.1-10-gc9f91