From ca0889d458ab768f32f399c0afe5f4e36dcd07d9 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 18 Dec 2005 20:48:54 +0000 Subject: Added IOHookModule stuff to allow for different modules to hook different ports git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2564 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 71f8f672e..e39821a62 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -66,8 +66,6 @@ extern chan_hash chanlist; extern command_table cmdlist; ExtModeList EMode; -Module* IOHookModule = NULL; - // returns true if an extended mode character is in use bool ModeDefined(char modechar, int type) { -- cgit v1.2.3