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_xmlsocket.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/modules/m_xmlsocket.cpp') diff --git a/src/modules/m_xmlsocket.cpp b/src/modules/m_xmlsocket.cpp index e51e2fd4d..9a81be1c9 100644 --- a/src/modules/m_xmlsocket.cpp +++ b/src/modules/m_xmlsocket.cpp @@ -102,10 +102,6 @@ class ModuleXMLSocket : public Module return Version(1, 1, 0, 0, VF_VENDOR, API_VERSION); } - void Implements(char* List) - { - List[I_OnUnloadModule] = List[I_OnRawSocketRead] = List[I_OnRawSocketWrite] = List[I_OnRehash] = 1; - } virtual int OnRawSocketRead(int fd, char* buffer, unsigned int count, int &readresult) { -- cgit v1.3.1-10-gc9f91