diff options
-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 |