1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 11:16:38 +02:00

Fixed mlock, broken since revision cf98cd3e06

This commit is contained in:
Adam
2010-10-13 15:09:19 -04:00
parent bc812eeb03
commit d24e810262
+1 -1
View File
@@ -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