1
0
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:
Adam
2011-03-30 23:59:57 -04:00
parent 8098ed899a
commit 8dec0c1f17
24 changed files with 44 additions and 47 deletions
+1 -1
View File
@@ -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());
}