From 1afe959c7574b479e4a49a62885d2ac2757025ab Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Aug 2006 22:23:06 +0000 Subject: Remove On005Numeric event from a ton of modules which no longer need it (as CHANMODES= part of 005 is now automatically done) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5024 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_operchans.cpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/modules/m_operchans.cpp') diff --git a/src/modules/m_operchans.cpp b/src/modules/m_operchans.cpp index c4c95bcdc..7f3b989aa 100644 --- a/src/modules/m_operchans.cpp +++ b/src/modules/m_operchans.cpp @@ -16,17 +16,13 @@ using namespace std; -#include #include "users.h" #include "channels.h" #include "modules.h" - #include "inspircd.h" /* $ModDesc: Provides support for oper-only chans via the +O channel mode */ - - class OperChans : public ModeHandler { public: @@ -71,13 +67,9 @@ class ModuleOperChans : public Module void Implements(char* List) { - List[I_On005Numeric] = List[I_OnUserPreJoin] = 1; - } - - virtual void On005Numeric(std::string &output) - { + List[I_OnUserPreJoin] = 1; } - + virtual int OnUserPreJoin(userrec* user, chanrec* chan, const char* cname) { if (!*user->oper) -- cgit v1.2.3