From: brain Date: Wed, 7 Dec 2005 21:18:57 +0000 (+0000) Subject: Changed name of variable in OnCleanup X-Git-Tag: v2.0.23~9794 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=c149dfa1e9b8ec034805d9a2cc0701cb15251c7e;p=user%2Fhenk%2Fcode%2Finspircd.git Changed name of variable in OnCleanup git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2260 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/include/modules.h b/include/modules.h index 2745fef33..a0f0b6969 100644 --- a/include/modules.h +++ b/include/modules.h @@ -471,7 +471,7 @@ class Module : public classbase virtual void OnDelELine(userrec* source, std::string hostmask); - virtual void OnCleanup(int target_type, void* source); + virtual void OnCleanup(int target_type, void* item); /** Called after any nickchange, local or remote. This can be used to track users after nickchanges * have been applied. Please note that although you can see remote nickchanges through this function, you should