diff options
author | Adam <Adam@anope.org> | 2011-03-30 23:59:57 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-03-30 23:59:57 -0400 |
commit | 8dec0c1f1798845a47914570869ed94ce44ce58d (patch) | |
tree | c2e016c51195c702f6fd08db91c45673dff3e3da /modules/core/ms_set.cpp | |
parent | 8098ed899a3648897c0de925c974e21883a76b8d (diff) |
Fixed bug #1258, more Windows stuff, and more language strings
Diffstat (limited to 'modules/core/ms_set.cpp')
-rw-r--r-- | modules/core/ms_set.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/ms_set.cpp b/modules/core/ms_set.cpp index a03d6ee03..35e5c6db5 100644 --- a/modules/core/ms_set.cpp +++ b/modules/core/ms_set.cpp @@ -218,8 +218,8 @@ class CommandMSSet : public Command return this->DoLimit(source, params, mi); else { - source.Reply(_(NICK_SET_UNKNOWN_OPTION), cmd.c_str()); - source.Reply(_(MORE_INFO), Config->s_MemoServ.c_str(), "SET"); + source.Reply(_(NICK_SET_UNKNOWN_OPTION), Config->UseStrictPrivMsgString.c_str(), cmd.c_str()); + source.Reply(_(MORE_INFO), Config->UseStrictPrivMsgString.c_str(), Config->s_MemoServ.c_str(), "SET"); } return MOD_CONT; |