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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user