diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-17 13:55:47 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-17 13:55:47 +0000 |
commit | 9f7994306aed806218196fe947e59bd6a89a1a30 (patch) | |
tree | 15aa4241e476a4ac08c83e7fa3f754343591d93f /src/modules/m_showwhois.cpp | |
parent | e1e26809c438ca8ff685fc4ddea9157078609a7b (diff) |
Conversions
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7365 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_showwhois.cpp')
-rw-r--r-- | src/modules/m_showwhois.cpp | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/src/modules/m_showwhois.cpp b/src/modules/m_showwhois.cpp index d2324eb73..fd1381f22 100644 --- a/src/modules/m_showwhois.cpp +++ b/src/modules/m_showwhois.cpp @@ -106,25 +106,4 @@ class ModuleShowwhois : public Module }; -class ModuleShowwhoisFactory : public ModuleFactory -{ - public: - ModuleShowwhoisFactory() - { - } - - ~ModuleShowwhoisFactory() - { - } - - virtual Module* CreateModule(InspIRCd* Me) - { - return new ModuleShowwhois(Me); - } - -}; - -extern "C" DllExport void* init_module() -{ - return new ModuleShowwhoisFactory; -} +MODULE_INIT(ModuleShowwhois); |