diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-17 13:29:37 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-17 13:29:37 +0000 |
commit | 5b3c052062f0976242b36c82cfeae2ed3b23c6b2 (patch) | |
tree | 2c01073156544d312311932c12dbfa12f87300a3 /src/modules/m_globalload.cpp | |
parent | 8f7870b8131824f4b4587a8e979c1c0ddf70d379 (diff) |
Conversions
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7353 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_globalload.cpp')
-rw-r--r-- | src/modules/m_globalload.cpp | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/src/modules/m_globalload.cpp b/src/modules/m_globalload.cpp index e8ea11378..c74c1c4c0 100644 --- a/src/modules/m_globalload.cpp +++ b/src/modules/m_globalload.cpp @@ -138,27 +138,4 @@ class ModuleGlobalLoad : public Module } }; - -class ModuleGlobalLoadFactory : public ModuleFactory -{ - public: - ModuleGlobalLoadFactory() - { - } - - ~ModuleGlobalLoadFactory() - { - } - - virtual Module * CreateModule(InspIRCd* Me) - { - return new ModuleGlobalLoad(Me); - } - -}; - - -extern "C" DllExport void * init_module( void ) -{ - return new ModuleGlobalLoadFactory; -} +MODULE_INIT(ModuleGlobalLoad); |