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
@@ -63,8 +63,8 @@ class CommandCSSet : public Command
}
else
{
source.Reply(_(NICK_SET_UNKNOWN_OPTION), params[1].c_str());
source.Reply(_(MORE_INFO), Config->s_ChanServ.c_str(), "SET");
source.Reply(_(NICK_SET_UNKNOWN_OPTION), Config->UseStrictPrivMsgString.c_str(), params[1].c_str());
source.Reply(_(MORE_INFO), Config->UseStrictPrivMsgString.c_str(), Config->s_ChanServ.c_str(), "SET");
}
return MOD_CONT;