1
0
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:
Adam
2011-04-16 16:06:52 -04:00
parent 2cd511d3a3
commit 0862de6577
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
}