]> 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 a0097b924a37fa12110111f48e2674c7a846ef09..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;
 
 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;