summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 0b43ca134..4f57082ed 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -66,6 +66,7 @@ using namespace std;
extern SocketEngine* SE;
extern ServerConfig* Config;
extern InspIRCd* ServerInstance;
+extern CommandParser *Parser;
extern int MODCOUNT;
extern std::vector<Module*> modules;