diff options
Diffstat (limited to 'modules/core/cs_set.cpp')
-rw-r--r-- | modules/core/cs_set.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/core/cs_set.cpp b/modules/core/cs_set.cpp index fe37e7ea6..04721cab8 100644 --- a/modules/core/cs_set.cpp +++ b/modules/core/cs_set.cpp @@ -41,6 +41,13 @@ class CommandCSSet : public Command return MOD_CONT; } + // XXX Remove after 1.9.4 release + if (params[1].equals_ci("MLOCK")) + { + u->SendMessage(ChanServ, CHAN_SET_MLOCK_DEPRECATED); + return MOD_CONT; + } + Command *c = this->FindCommand(params[1]); if (c) |