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:
brain 2005-12-07 21:18:57 +00:00
parent b6c2c96eb9
commit c149dfa1e9

View 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