summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-14 17:10:40 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-14 17:10:40 +0000
commitfb99e9eaa2627f9276dbfcb1366b218271747f71 (patch)
treebf8724047c02c2c39f6df0fcb8f705de39a8b3ed /src
parent4aa2252476256c63021afb8aa62d761535de7370 (diff)
Fixing move of *_channel functions to here
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2423 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/channels.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 38e90f286..59cfb18bd 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -2,7 +2,7 @@
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
*
- * Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
+ * Inspire is copyright (C) 2002-2005 ChatSpike-Dev.
* E-mail:
* <brain@chatspike.net>
* <Craig@chatspike.net>
@@ -40,12 +40,14 @@ using namespace std;
#include "globals.h"
#include "modules.h"
#include "dynamic.h"
+#include "commands.h"
#include "wildcard.h"
#include "message.h"
#include "mode.h"
#include "xline.h"
#include "inspstring.h"
#include "helperfuncs.h"
+#include "typedefs.h"
#ifdef GCC3
#define nspace __gnu_cxx
@@ -65,6 +67,7 @@ extern std::vector<std::string> module_names;
extern int boundPortCount;
extern std::stringstream config_f;
extern time_t TIME;
+extern chan_hash chanlist;
using namespace std;