From b68f64cf6ae64f220fbb91d26c0fd2ffb8ee402a Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 17 Jun 2007 13:11:00 +0000 Subject: Convert a few modules git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7344 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_alltime.cpp | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'src/modules/m_alltime.cpp') diff --git a/src/modules/m_alltime.cpp b/src/modules/m_alltime.cpp index 7e848245a..6fc377083 100644 --- a/src/modules/m_alltime.cpp +++ b/src/modules/m_alltime.cpp @@ -57,6 +57,7 @@ class cmd_alltime : public command_t } }; + class Modulealltime : public Module { cmd_alltime *mycommand; @@ -79,25 +80,4 @@ class Modulealltime : public Module }; -class ModulealltimeFactory : public ModuleFactory -{ - public: - ModulealltimeFactory() - { - } - - ~ModulealltimeFactory() - { - } - - virtual Module *CreateModule(InspIRCd *Me) - { - return new Modulealltime(Me); - } -}; - - -extern "C" DllExport void *init_module(void) -{ - return new ModulealltimeFactory; -} +MODULE_INIT(Modulealltime); -- cgit v1.3.1-10-gc9f91