From 44898de87edde278d586494d20ba29ce0763fb32 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 25 Sep 2007 00:45:12 +0000 Subject: Fix for bug #415, affects only trunk (wish i'd known this before i started!) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8079 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index a36b6f0b3..c7c61c221 100644 --- a/include/modules.h +++ b/include/modules.h @@ -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 -- cgit v1.2.3