]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/command_parse.cpp
Move all_opers into class InspIRCd
[user/henk/code/inspircd.git] / src / command_parse.cpp
index 25a3ca192ed0e4b03d203d6463c607a3cf930127..952a65e36f7d16ee0be324f5403bbe89ec966e43 100644 (file)
@@ -32,7 +32,6 @@
 #include "modules.h"
 #include "dynamic.h"
 #include "wildcard.h"
-#include "message.h"
 #include "mode.h"
 #include "commands.h"
 #include "xline.h"
 
 extern InspIRCd* ServerInstance;
 
-extern std::vector<Module*> modules;
-extern std::vector<ircd_module*> factory;
-extern std::vector<userrec*> local_users;
-
-extern int MODCOUNT;
 extern time_t TIME;
 
-// This table references users by file descriptor.
-// its an array to make it VERY fast, as all lookups are referenced
-// by an integer, meaning there is no need for a scan/search operation.
-extern userrec* fd_ref_table[MAX_DESCRIPTORS];
-
 extern Server* MyServer;
 
-extern user_hash clientlist;
-extern chan_hash chanlist;
-
 /* Special commands which may occur without registration of the user */
 cmd_user* command_user;
 cmd_nick* command_nick;