1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 22:13:12 +02:00

Fixed bug #1258, more Windows stuff, and more language strings

This commit is contained in:
Adam
2011-03-30 23:59:57 -04:00
parent 8098ed899a
commit 8dec0c1f17
24 changed files with 44 additions and 47 deletions
+2 -2
View File
@@ -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;