summaryrefslogtreecommitdiff
path: root/src/modules/m_denychans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_denychans.cpp')
-rw-r--r--src/modules/m_denychans.cpp27
1 files changed, 1 insertions, 26 deletions
diff --git a/src/modules/m_denychans.cpp b/src/modules/m_denychans.cpp
index 3b3cd50fa..0ce9c3d75 100644
--- a/src/modules/m_denychans.cpp
+++ b/src/modules/m_denychans.cpp
@@ -77,29 +77,4 @@ class ModuleDenyChannels : public Module
}
};
-// stuff down here is the module-factory stuff. For basic modules you can ignore this.
-
-class ModuleDenyChannelsFactory : public ModuleFactory
-{
- public:
- ModuleDenyChannelsFactory()
- {
- }
-
- ~ModuleDenyChannelsFactory()
- {
- }
-
- virtual Module * CreateModule(InspIRCd* Me)
- {
- return new ModuleDenyChannels(Me);
- }
-
-};
-
-
-extern "C" DllExport void * init_module( void )
-{
- return new ModuleDenyChannelsFactory;
-}
-
+MODULE_INIT(ModuleDenyChannels);