diff options
| author | 2005-12-16 10:22:16 +0000 | |
|---|---|---|
| committer | 2005-12-16 10:22:16 +0000 | |
| commit | f7be9d31e0004f11720da9db858710ff9f3eab5e (patch) | |
| tree | e281877504771104c1d677575ae7accd818e5add /src/modules.cpp | |
| parent | Made remove_commands public (diff) | |
Moved command_parse functions into class CommandParser
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2510 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
| -rw-r--r-- | src/modules.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 83c0abd21..c18b84609 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -58,6 +58,7 @@ extern int MODCOUNT; extern std::vector<Module*> modules; extern std::vector<ircd_module*> factory; extern std::vector<InspSocket*> module_sockets; +extern CommandParser *Parser; extern time_t TIME; class Server; |
