diff options
author | Adam <Adam@anope.org> | 2012-02-18 18:07:34 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-02-18 18:07:34 -0500 |
commit | 0ba58d7d0eea4e2a0e0d18a66880f84af6fea60e (patch) | |
tree | 58d0311a585ebfef9abb304a412226505e0febfe /include/modules.h | |
parent | 1536c5cf60dd183fb5c98651decde381a91ada44 (diff) |
Fixed some events
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/modules.h b/include/modules.h index 1cb496a54..ce6bbba51 100644 --- a/include/modules.h +++ b/include/modules.h @@ -516,7 +516,7 @@ class CoreExport Module : public Extensible /** Called before a XLine is deleted * @param u The user deleting the XLine - * @param x The XLine, can be NULL for all XLines + * @param x The XLine * @param xlm The xline manager it was deleted from */ virtual void OnDelXLine(User *u, XLine *x, XLineManager *xlm) { } @@ -835,7 +835,6 @@ class CoreExport Module : public Extensible * @param nc The nickcore of the memo being deleted * @param mi The memo info * @param m The memo - * @param number What memo number is being deleted, can be 0 for all memos */ virtual void OnMemoDel(const NickCore *nc, MemoInfo *mi, Memo *m) { } @@ -843,7 +842,6 @@ class CoreExport Module : public Extensible * @param ci The channel of the memo being deleted * @param mi The memo info * @param m The memo - * @param number What memo number is being deleted, can be 0 for all memos */ virtual void OnMemoDel(ChannelInfo *ci, MemoInfo *mi, Memo *m) { } |