From 53afaa7cadcdf222dcf761441727305f79b4c557 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Nov 2007 22:51:22 +0000 Subject: Remove Implements() method from every module. booya. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8536 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_restrictmsg.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/modules/m_restrictmsg.cpp') diff --git a/src/modules/m_restrictmsg.cpp b/src/modules/m_restrictmsg.cpp index c9d9b3058..cf8f198e6 100644 --- a/src/modules/m_restrictmsg.cpp +++ b/src/modules/m_restrictmsg.cpp @@ -29,10 +29,6 @@ class ModuleRestrictMsg : public Module ServerInstance->Modules->Attach(eventlist, this, 2); } - void Implements(char* List) - { - List[I_OnUserPreMessage] = List[I_OnUserPreNotice] = 1; - } virtual int OnUserPreMessage(User* user,void* dest,int target_type, std::string &text, char status, CUList &exempt_list) { -- cgit v1.2.3