diff options
Diffstat (limited to 'src/modules/m_spy.cpp')
-rw-r--r-- | src/modules/m_spy.cpp | 8 |
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) |