mirror of
https://github.com/anope/anope.git
synced 2026-07-08 20:33:12 +02:00
Fixed bug #1258, more Windows stuff, and more language strings
This commit is contained in:
@@ -60,7 +60,7 @@ class CommandNSSet : public Command
|
||||
mod_run_cmd(NickServ, u, NULL, c, params[0], cmdparams);
|
||||
}
|
||||
else
|
||||
source.Reply(_(NICK_SET_UNKNOWN_OPTION), params[0].c_str());
|
||||
source.Reply(_(NICK_SET_UNKNOWN_OPTION), Config->UseStrictPrivMsgString.c_str(), params[0].c_str());
|
||||
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user