]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Changed name of variable in OnCleanup
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 7 Dec 2005 21:18:57 +0000 (21:18 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 7 Dec 2005 21:18:57 +0000 (21:18 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2260 e03df62e-2008-0410-955e-edbf42e46eb7

include/modules.h

index 2745fef333069a0458321970862460dc09d747fb..a0f0b6969172846ec1b5c7b05badf3f95ccd52ef 100644 (file)
@@ -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