From b53d255cf447acd55709f90bdd51949beaf0f94c Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Apr 2004 00:50:44 +0000 Subject: 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 --- src/message.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 modules; +extern vector 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) */ -- cgit v1.2.3