From ca7d49dd4506abdd025abfcece788e4560e4a48f Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 27 Apr 2006 23:57:50 +0000 Subject: When i find out what IDIOT changed all the module_init's to e.g. devoice_init and chanprotect_init, severely breaking them for no reason, im gonna trout them good! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3911 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_devoice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/m_devoice.cpp b/src/modules/m_devoice.cpp index 75bc4c4f3..12257d520 100644 --- a/src/modules/m_devoice.cpp +++ b/src/modules/m_devoice.cpp @@ -96,7 +96,7 @@ class ModuleDeVoiceFactory : public ModuleFactory }; -extern "C" void * devoice_init( void ) +extern "C" void * module_init( void ) { return new ModuleDeVoiceFactory; } -- cgit v1.2.3