From aea429253a21458b74d1b052e975cd1cc4c1b08a Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 7 Dec 2005 21:16:47 +0000 Subject: Added OnCleanup function git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2258 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index f47a2cb4e..6e553167e 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -385,6 +385,7 @@ void Module::OnDelZLine(userrec* source, std::string ipmask) { }; void Module::OnDelKLine(userrec* source, std::string hostmask) { }; void Module::OnDelQLine(userrec* source, std::string nickmask) { }; void Module::OnDelELine(userrec* source, std::string hostmask) { }; +void Module::OnCleanup(int target_type, void* source) { }; /* server is a wrapper class that provides methods to all of the C-style * exports in the core -- cgit v1.3.1-10-gc9f91