From 7f28ef9777499c7e472550157d24ea986053ce08 Mon Sep 17 00:00:00 2001 From: dz Date: Sun, 21 Dec 2008 13:44:01 +0000 Subject: [PATCH] Minor documentation fix, spotted by Johannes13 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10902 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5