diff options
author | dz <dz@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-12-21 13:44:01 +0000 |
---|---|---|
committer | dz <dz@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-12-21 13:44:01 +0000 |
commit | 7f28ef9777499c7e472550157d24ea986053ce08 (patch) | |
tree | 950998b27cd77eec9898b0d38f54d2a427c42161 /include | |
parent | 5524a81896bf6f3e98c167db066368834c741062 (diff) |
Minor documentation fix, spotted by Johannes13
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10902 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-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 59b7a3389..02af1dc7d 100644 --- a/include/modules.h +++ b/include/modules.h @@ -660,7 +660,7 @@ class CoreExport Module : public Extensible * @param status The status being used, e.g. PRIVMSG @#chan has status== '@', 0 to send to everyone. * @param exempt_list A list of users not to send to. For channel messages, this will usually contain just the sender. * It will be ignored for private messages. - * @return 1 to deny the NOTICE, 0 to allow it + * @return 1 to deny the message, 0 to allow it */ virtual int OnUserPreMessage(User* user,void* dest,int target_type, std::string &text,char status, CUList &exempt_list); |