diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-07 21:18:57 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-07 21:18:57 +0000 |
commit | c149dfa1e9b8ec034805d9a2cc0701cb15251c7e (patch) | |
tree | 377739545c8b4c91b21d3ff3429c3e496d743a15 | |
parent | b6c2c96eb9cd411628b38768c5b15f1279e6714f (diff) |
Changed name of variable in OnCleanup
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2260 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |