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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user