From d54fbc71e2a2e0f70002e2d36c669c4aa3d59e17 Mon Sep 17 00:00:00 2001 From: om Date: Sat, 8 Apr 2006 17:05:48 +0000 Subject: Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits going into inspircd.*, doesn't look like I've broken anything... :P git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3847 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index a57fbef1a..f15341e01 100644 --- a/include/modules.h +++ b/include/modules.h @@ -68,7 +68,7 @@ enum TargetTypeFlags { #include "dynamic.h" #include "base.h" #include "ctables.h" -#include "socket.h" +#include "inspsocket.h" #include #include #include @@ -102,7 +102,7 @@ typedef std::deque chanuserlist; } \ catch (ModuleException& modexcept) \ { \ - log(DEBUG,"Module exception cought: %s",modexcept.GetReason()); \ + log(DEBUG,"Module exception caught: %s",modexcept.GetReason()); \ } \ } \ } @@ -1932,6 +1932,8 @@ class ModuleFactory : public classbase typedef DLLFactory ircd_module; +typedef std::vector ModuleList; +typedef std::vector FactoryList; bool ModeDefined(char c, int i); bool ModeDefinedOper(char c, int i); -- cgit v1.3.1-10-gc9f91