summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-16 11:47:07 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-16 11:47:07 +0000
commit092eb69a53d679053b8daee895a7a290a71b2e62 (patch)
tree207169c6e5c070b86e1dee4f91cbad79132904ca /include/inspircd.h
parent3d433bc7b0074e3c008b2e5d93f219ac23a58174 (diff)
Moved ModeGrok and Parser into InspIRCd class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2522 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h4
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();