diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 21:19:19 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 21:19:19 +0000 |
commit | d02a5866d4fdedec9219aeca0a6048828b394fd2 (patch) | |
tree | 1810181d59b71cba1ca68bfb8b3f9252f3c57caa /src/command_parse.cpp | |
parent | 23a4885701cba4a87a5ae027257fb4207c917572 (diff) |
Mass-tidyup of module global vars, theyre no longer global vars.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4856 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r-- | src/command_parse.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 3e6a9ed20..952a65e36 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -50,16 +50,10 @@ extern InspIRCd* ServerInstance; -extern std::vector<Module*> modules; -extern std::vector<ircd_module*> factory; - -extern int MODCOUNT; extern time_t TIME; extern Server* MyServer; -extern chan_hash chanlist; - /* Special commands which may occur without registration of the user */ cmd_user* command_user; cmd_nick* command_nick; |