diff options
author | Adam <Adam@anope.org> | 2010-10-13 15:09:19 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-10-13 15:09:19 -0400 |
commit | d24e810262bf59bf2b386420d34b8bc18ea9aa80 (patch) | |
tree | 1a41bfacd5745267a1769b53ffebc0bdc4cf6d18 /include/channels.h | |
parent | bc812eeb0335c421c073fcac7c9ab8a96d239024 (diff) |
Fixed mlock, broken since revision cf98cd3e06e4de0f9902824b0ef8239e947c5b6a
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<ChannelFlags> * @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 |