mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Changed name of variable in OnCleanup
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2260 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
b6c2c96eb9
commit
c149dfa1e9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user