diff options
| author | 2006-07-09 12:40:01 +0000 | |
|---|---|---|
| committer | 2006-07-09 12:40:01 +0000 | |
| commit | fa3491a7f30c957141f07db29574df4ca1f542a0 (patch) | |
| tree | d133a2b89aa1160e9685d82661079c3ffc7b9ee5 /src/modules/m_botmode.cpp | |
| parent | DELETE()'s in destructors *fwap* (diff) | |
| download | inspircd++-fa3491a7f30c957141f07db29574df4ca1f542a0.tar.gz inspircd++-fa3491a7f30c957141f07db29574df4ca1f542a0.tar.bz2 inspircd++-fa3491a7f30c957141f07db29574df4ca1f542a0.zip | |
Fixed to have DELETE
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4204 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_botmode.cpp')
| -rw-r--r-- | src/modules/m_botmode.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index 806240e4e..f56db1e8b 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -21,6 +21,7 @@ using namespace std; #include "users.h" #include "channels.h" #include "modules.h" +#include "inspircd.h" /* $ModDesc: Provides support for unreal-style umode +B */ |
