]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Minor documentation fix, spotted by Johannes13
authordz <dz@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 21 Dec 2008 13:44:01 +0000 (13:44 +0000)
committerdz <dz@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 21 Dec 2008 13:44:01 +0000 (13:44 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10902 e03df62e-2008-0410-955e-edbf42e46eb7

include/modules.h

index 59b7a3389431e4b36e67d559fe10a93fb9f2272d..02af1dc7df939cfb5c80e3b2a88fb8e4b5690d22 100644 (file)
@@ -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);