diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 01:14:02 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 01:14:02 +0000 |
commit | 0b6295a0aa384ba11522abf7b417593fb28c407c (patch) | |
tree | 2e88e54618710d8f55d87ec1185364445b197337 /src/modules.cpp | |
parent | 0b675b72d5ca8a963734ca838e8ae81230046a66 (diff) |
Changed I/O reading stuff for modules to be much faster (and exclusive :()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2500 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
-rw-r--r-- | src/modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index c2fa1a036..a5404038b 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -67,7 +67,7 @@ extern chan_hash chanlist; extern command_table cmdlist; ExtModeList EMode; -Module* IOHookModule; +Module* IOHookModule = NULL; // returns true if an extended mode character is in use bool ModeDefined(char modechar, int type) |