diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-17 13:49:01 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-17 13:49:01 +0000 |
commit | 65774100a356b4b90e1cac7bd41046aa661ef850 (patch) | |
tree | b5e0b93b9541b3cafe46a1715580c1fc7d072b3c /src/modules/m_sajoin.cpp | |
parent | cd9610cb975fe219f4bf9ce2e80bff7fef91a6d9 (diff) |
Conversions.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7363 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_sajoin.cpp')
-rw-r--r-- | src/modules/m_sajoin.cpp | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/src/modules/m_sajoin.cpp b/src/modules/m_sajoin.cpp index 29abc0ba9..394a21577 100644 --- a/src/modules/m_sajoin.cpp +++ b/src/modules/m_sajoin.cpp @@ -111,29 +111,4 @@ class ModuleSajoin : public Module }; -// stuff down here is the module-factory stuff. For basic modules you can ignore this. - -class ModuleSajoinFactory : public ModuleFactory -{ - public: - ModuleSajoinFactory() - { - } - - ~ModuleSajoinFactory() - { - } - - virtual Module * CreateModule(InspIRCd* Me) - { - return new ModuleSajoin(Me); - } - -}; - - -extern "C" DllExport void * init_module( void ) -{ - return new ModuleSajoinFactory; -} - +MODULE_INIT(ModuleSajoin); |