summaryrefslogtreecommitdiff
path: root/src/modules/m_spy.cpp
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-27 14:49:08 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-27 14:49:08 +0000
commit4e7c9f5a9257723765f9994aff90440a0b6cf3c9 (patch)
tree072836d9a4443cb846f3edcdfa526154833e70f1 /src/modules/m_spy.cpp
parent9d1b979fbca14013718f29e4e0380bb84b5e5470 (diff)
Remove unnecessary header traffic
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7885 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spy.cpp')
-rw-r--r--src/modules/m_spy.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/m_spy.cpp b/src/modules/m_spy.cpp
index b33a0ba54..e912fe6a1 100644
--- a/src/modules/m_spy.cpp
+++ b/src/modules/m_spy.cpp
@@ -11,17 +11,9 @@
* ---------------------------------------------------
*/
-/* NO, THIS MODULE DOES NOT SPY ON CHANNELS OR USERS.
- * IT JUST ALLOWS OPERS TO SEE +s CHANNELS IN LIST AND
- * WHOIS, WHICH IS SUPPORTED BY MOST IRCDS IN CORE.
- */
-
/* $ModDesc: Provides SPYLIST and SPYNAMES capability, allowing opers to see who's in +s channels */
#include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
#include "wildcard.h"
void spy_userlist(userrec *user, chanrec *c)