diff options
| author | 2006-08-10 21:19:19 +0000 | |
|---|---|---|
| committer | 2006-08-10 21:19:19 +0000 | |
| commit | d02a5866d4fdedec9219aeca0a6048828b394fd2 (patch) | |
| tree | 1810181d59b71cba1ca68bfb8b3f9252f3c57caa /src/cmd_wallops.cpp | |
| parent | Move tons more stuff into class InspIRCd*, make signal handler functions stat... (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/cmd_wallops.cpp')
| -rw-r--r-- | src/cmd_wallops.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd_wallops.cpp b/src/cmd_wallops.cpp index 752d14f41..91c6853e3 100644 --- a/src/cmd_wallops.cpp +++ b/src/cmd_wallops.cpp @@ -20,9 +20,6 @@ #include "helperfuncs.h" #include "commands/cmd_wallops.h" -extern int MODCOUNT; -extern std::vector<Module*> modules; -extern std::vector<ircd_module*> factory; extern InspIRCd* ServerInstance; void cmd_wallops::Handle (const char** parameters, int pcnt, userrec *user) |
