mirror of
https://github.com/anope/anope.git
synced 2026-06-29 15:56:37 +02:00
Fixed the mlock depreciated message
This commit is contained in:
@@ -47,7 +47,7 @@ class CommandCSSet : public Command
|
||||
// XXX Remove after 1.9.4 release
|
||||
if (params[1].equals_ci("MLOCK"))
|
||||
{
|
||||
source.Reply(_(CHAN_SET_MLOCK_DEPRECATED), Config->s_ChanServ.c_str());
|
||||
source.Reply(_(CHAN_SET_MLOCK_DEPRECATED), Config->UseStrictPrivMsgString.c_str(), Config->s_ChanServ.c_str());
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user