diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 00:50:44 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 00:50:44 +0000 |
commit | b53d255cf447acd55709f90bdd51949beaf0f94c (patch) | |
tree | 655f5d2ccec3ca132bc94159c7b83de549eaa09b /src | |
parent | 22ffe95f02b8582da0eb5893c0e0ae807cf90c03 (diff) |
Added extern declarations so that this file can access the modules that are loaded
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@664 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/message.cpp | 3 |
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) */ |