diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 01:05:11 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 01:05:11 +0000 |
commit | 0b675b72d5ca8a963734ca838e8ae81230046a66 (patch) | |
tree | 2f60a8831c182b9cb31f98dc22a910ffb6c22382 /src/modules.cpp | |
parent | e47071bec33c1113e9f346362b7deb2724542627 (diff) |
Moving to faster way of hooking i/o
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2499 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
-rw-r--r-- | src/modules.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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) { |