]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
parameters[0] -> parameter.c_str()
[user/henk/code/inspircd.git] / include / modules.h
index a36b6f0b37dd3fd0029e588c572a5229325c6dcf..c7c61c221e05245516c0e1c140b8fa8146bbedb9 100644 (file)
@@ -678,8 +678,9 @@ class CoreExport Module : public Extensible
         * @param sender The original sender of the PRIVMSG or NOTICE
         * @param status The status char to be used for the channel list
         * @param exempt_list The exempt list to be populated
+        * @param text The original message text causing the exempt list to be built
         */
-       virtual void OnBuildExemptList(MessageType message_type, chanrec* chan, userrec* sender, char status, CUList &exempt_list);
+       virtual void OnBuildExemptList(MessageType message_type, chanrec* chan, userrec* sender, char status, CUList &exempt_list, const std::string &text);
        
        /** Called before any nickchange, local or remote. This can be used to implement Q-lines etc.
         * Please note that although you can see remote nickchanges through this function, you should