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

fixed using language files for third party modules

This commit is contained in:
DukePyrolator
2013-04-01 10:26:19 +02:00
parent 06c8a1ef50
commit 947ad6f73a
+1 -1
View File
@@ -45,7 +45,7 @@ Module::Module(const Anope::string &modname, const Anope::string &, ModType modt
else
{
Log() << "Found language file " << lang << " for " << modname;
Language::Domains.push_back(lang);
Language::Domains.push_back(modname);
}
break;
}