diff options
author | Adam <Adam@anope.org> | 2011-04-16 16:06:52 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-04-16 16:06:52 -0400 |
commit | 0862de65778db85a43c7fd75f2b90b1e5db1031d (patch) | |
tree | df968b83b0de5c1f69f1e3b43a808ebf68f9ab7a /modules/core/cs_set.cpp | |
parent | 2cd511d3a39df1190d6da40101000824f67b02a4 (diff) |
Fixed the mlock depreciated message
Diffstat (limited to 'modules/core/cs_set.cpp')
-rw-r--r-- | modules/core/cs_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_set.cpp b/modules/core/cs_set.cpp index 7923070db..92ae43cfe 100644 --- a/modules/core/cs_set.cpp +++ b/modules/core/cs_set.cpp @@ -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; } |