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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user