diff options
| author | 2004-04-24 15:59:40 +0000 | |
|---|---|---|
| committer | 2004-04-24 15:59:40 +0000 | |
| commit | c6c17f59976470df912d58a8ab35fe9d823dfe76 (patch) | |
| tree | 3f3fe2e80ccba9850165a74b23c4d8a9b2d2d292 /src/inspircd.cpp | |
| parent | Added xline.cpp and xline.h, implements k/g/z/q lines (diff) | |
Added XLine stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@712 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 5b9f54fd1..989faf9c7 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -54,6 +54,7 @@ using namespace std; #include "message.h" #include "mode.h" #include "commands.h" +#include "xline.h" #ifdef GCC3 #define nspace __gnu_cxx |
