diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-22 15:28:25 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-22 15:28:25 +0000 |
commit | 38c9d65253a67dbe13c77792027a9db601735813 (patch) | |
tree | e22818b1840d05ba9cc56dd1077d895e17bb3bc4 /include/modules.h | |
parent | b04e748c2b633b943a6386bc95a2d0913b503558 (diff) |
Added remainder of OnUserPreInvite stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@820 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-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 978a9a4a6..caea6e421 100644 --- a/include/modules.h +++ b/include/modules.h @@ -249,7 +249,7 @@ class Module : public classbase virtual void OnWhois(userrec* source, userrec* dest); /** Called whenever a user is about to invite another user into a channel, before any processing is done. - * Returning any nonzero value from this function stops the process immediately, causing no + * Returning 1 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, * notices etc. This is useful for modules which may want to filter invites to channels. */ |