From a32d186945f0cd39fc80d6025b66f7f7a3475b8a Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 30 Nov 2005 11:11:53 +0000 Subject: Added OnUserInvite() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2039 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 5d2ff3412..6c556e841 100644 --- a/include/modules.h +++ b/include/modules.h @@ -386,6 +386,8 @@ class Module : public classbase */ virtual int OnUserPreInvite(userrec* source,userrec* dest,chanrec* channel); + virtual void OnUserInvite(userrec* source,userrec* dest,chanrec* channel); + /** Called whenever a user is about to PRIVMSG A user or a channel, before any processing is done. * Returning any nonzero value from this function stops the process immediately, causing no * output to be sent to the user by the core. If you do this you must produce your own numerics, -- cgit v1.2.3