summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/message.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/message.cpp b/src/message.cpp
index 63fdae135..2aba4908e 100644
--- a/src/message.cpp
+++ b/src/message.cpp
@@ -33,6 +33,9 @@
#include "wildcard.h"
#include "message.h"
+extern int MODCOUNT;
+extern vector<Module*> modules;
+extern vector<ircd_module*> factory;
/* return 0 or 1 depending if users u and u2 share one or more common channels
* (used by QUIT, NICK etc which arent channel specific notices) */