From 0b675b72d5ca8a963734ca838e8ae81230046a66 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 16 Dec 2005 01:05:11 +0000 Subject: Moving to faster way of hooking i/o git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2499 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index b58964b57..c2fa1a036 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -48,6 +48,7 @@ using namespace std; #include "socket.h" #include "socketengine.h" #include "typedefs.h" +#include "modules.h" extern SocketEngine* SE; extern ServerConfig *Config; @@ -66,6 +67,8 @@ extern chan_hash chanlist; extern command_table cmdlist; ExtModeList EMode; +Module* IOHookModule; + // returns true if an extended mode character is in use bool ModeDefined(char modechar, int type) { -- cgit v1.2.3