aboutsummaryrefslogtreecommitdiffstats
path: root/src/mode.cpp
diff options
context:
space:
mode:
authorGravatar brain2004-04-24 15:59:40 +0000
committerGravatar brain2004-04-24 15:59:40 +0000
commitc6c17f59976470df912d58a8ab35fe9d823dfe76 (patch)
tree3f3fe2e80ccba9850165a74b23c4d8a9b2d2d292 /src/mode.cpp
parentAdded xline.cpp and xline.h, implements k/g/z/q lines (diff)
downloadinspircd++-c6c17f59976470df912d58a8ab35fe9d823dfe76.tar.gz
inspircd++-c6c17f59976470df912d58a8ab35fe9d823dfe76.tar.bz2
inspircd++-c6c17f59976470df912d58a8ab35fe9d823dfe76.zip
Added XLine stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@712 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/mode.cpp')
-rw-r--r--src/mode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mode.cpp b/src/mode.cpp
index 38756ffcf..b4b494340 100644
--- a/src/mode.cpp
+++ b/src/mode.cpp
@@ -33,6 +33,7 @@
#include "wildcard.h"
#include "message.h"
#include "commands.h"
+#include "xline.h"
using namespace std;