From a796450b8c517d7e3ed8c6c9db53fdf86edcc3c9 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 26 Oct 2007 20:53:37 +0000 Subject: Whoops, must be const git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8378 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 50142e253..ed8692a58 100644 --- a/include/modules.h +++ b/include/modules.h @@ -729,7 +729,7 @@ class CoreExport Module : public Extensible * @param text the text being sent by the user * @param status The status being used, e.g. NOTICE @#chan has status== '@', 0 to send to everyone. */ - virtual void OnText(User* user,void* dest,int target_type, std::string &text, char status, CUList &exempt_list); + virtual void OnText(User* user, void* dest, int target_type, const std::string &text, char status, CUList &exempt_list); /** Called after every MODE command sent from a user * The dest variable contains a User* if target_type is TYPE_USER and a Channel* -- cgit v1.2.3