mirror of
https://github.com/anope/anope.git
synced 2026-07-01 02:06:37 +02:00
Fixed bug #1258, more Windows stuff, and more language strings
This commit is contained in:
+1
-1
@@ -117,6 +117,6 @@ const char *anope_gettext(const char *string)
|
||||
void SyntaxError(CommandSource &source, const Anope::string &command, const Anope::string &message)
|
||||
{
|
||||
source.Reply(_("Syntax: \002%s\002"), message.c_str());
|
||||
source.Reply(_(_(MORE_INFO)), source.owner->nick.c_str(), command.c_str());
|
||||
source.Reply(_(_(MORE_INFO)), Config->UseStrictPrivMsgString.c_str(), source.owner->nick.c_str(), command.c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user