diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 0ebc3420c..4e7710714 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -42,6 +42,8 @@ #include "users.h" #include "channels.h" #include "socket.h" +#include "mode.h" +#include "command_parse.h" // some misc defines @@ -103,6 +105,8 @@ class InspIRCd public: time_t startup_time; + ModeParser* ModeGrok; + CommandParser* Parser; std::string GetRevision(); std::string GetVersionString(); |