From d24e810262bf59bf2b386420d34b8bc18ea9aa80 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 13 Oct 2010 15:09:19 -0400 Subject: [PATCH] Fixed mlock, broken since revision cf98cd3e06e4de0f9902824b0ef8239e947c5b6a --- include/channels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/channels.h b/include/channels.h index f4045f02e..54a85426b 100644 --- a/include/channels.h +++ b/include/channels.h @@ -253,7 +253,7 @@ class CoreExport Channel : public Extensible, public Flags * @param mode the modes * @param EnforceMLock true to enforce mlock */ - void SetModesInternal(User *setter, const Anope::string &mode, bool EnforceMLock = false); + void SetModesInternal(User *setter, const Anope::string &mode, bool EnforceMLock = true); /** Kick a user from a channel internally * @param source The sender of the kick