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_restrictmsg.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_restrictmsg.cpp')
-rw-r--r-- | src/modules/m_restrictmsg.cpp | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/src/modules/m_restrictmsg.cpp b/src/modules/m_restrictmsg.cpp index 0f4379030..faa272b13 100644 --- a/src/modules/m_restrictmsg.cpp +++ b/src/modules/m_restrictmsg.cpp @@ -72,28 +72,4 @@ class ModuleRestrictMsg : public Module } }; - -class ModuleRestrictMsgFactory : public ModuleFactory -{ - public: - ModuleRestrictMsgFactory() - { - } - - ~ModuleRestrictMsgFactory() - { - } - - virtual Module * CreateModule(InspIRCd* Me) - { - return new ModuleRestrictMsg(Me); - } - -}; - - -extern "C" DllExport void * init_module( void ) -{ - return new ModuleRestrictMsgFactory; -} - +MODULE_INIT(ModuleRestrictMsg); |