1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 09:16:38 +02:00

Fixed a few small things

This commit is contained in:
Adam
2011-06-14 18:23:53 -04:00
parent 1cd65878db
commit df971befb2
7 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ void InitLanguages()
const Anope::string GetString(NickCore *nc, const char *string)
{
return GetString("anope", nc ? Config->NSDefLanguage : "", string);
return GetString("anope", nc ? nc->language : Config->NSDefLanguage, string);
}
const Anope::string GetString(const Anope::string &domain, const Anope::string &lang, const char *string)