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

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2024-11-11 17:10:24 +00:00
16 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ const char *Language::Translate(const char *string)
const char *Language::Translate(User *u, const char *string)
{
if (u && u->Account())
if (u && u->IsIdentified())
return Translate(u->Account(), string);
else
return Translate("", string);