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_dnsbl.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/modules/m_dnsbl.cpp') diff --git a/src/modules/m_dnsbl.cpp b/src/modules/m_dnsbl.cpp index 98de1082b..33f118a8d 100644 --- a/src/modules/m_dnsbl.cpp +++ b/src/modules/m_dnsbl.cpp @@ -215,10 +215,6 @@ class ModuleDNSBL : public Module return Version(2, 0, 0, 1, VF_VENDOR, API_VERSION); } - void Implements(char* List) - { - List[I_OnRehash] = List[I_OnUserRegister] = List[I_OnStats] = 1; - } /** Clear entries and free the mem it was using */ -- cgit v1.3.1-10-gc9f91