diff options
| author | 2006-08-30 09:03:03 +0000 | |
|---|---|---|
| committer | 2006-08-30 09:03:03 +0000 | |
| commit | d54fd9b1e6b31f69332a9241b5f17330c0ad61e0 (patch) | |
| tree | 4f71ce0d23547f7e634f3e8a45982db201c8f8b1 /src/modules/m_remove.cpp | |
| parent | Annnd, get the fix right. (diff) | |
| download | inspircd++-d54fd9b1e6b31f69332a9241b5f17330c0ad61e0.tar.gz inspircd++-d54fd9b1e6b31f69332a9241b5f17330c0ad61e0.tar.bz2 inspircd++-d54fd9b1e6b31f69332a9241b5f17330c0ad61e0.zip | |
Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5080 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_remove.cpp')
| -rw-r--r-- | src/modules/m_remove.cpp | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp index 0d66f0202..95c454347 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -1,14 +1,27 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. + * E-mail: + * <brain@chatspike.net> + * <Craig@chatspike.net> + * + * Written by Craig Edwards, Craig McLure, and others. + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + /* Support for a dancer-style /remove command, an alternative to /kick to try and avoid auto-rejoin-on-kick scripts */ /* Written by Om, 25-03-05 */ #include <sstream> -#include <string> #include "users.h" #include "channels.h" #include "modules.h" - #include "configreader.h" -#include "commands.h" #include "inspircd.h" /* $ModDesc: Provides a /remove command, this is mostly an alternative to /kick, except makes users appear to have parted the channel */ |
