mirror of
https://github.com/anope/anope.git
synced 2026-06-25 21:46:37 +02:00
Reworked live SQL support yet again
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ const char *translate(User *u, const char *string)
|
||||
return translate(u ? u->Account() : NULL, string);
|
||||
}
|
||||
|
||||
const char *translate(NickCore *nc, const char *string)
|
||||
const char *translate(const NickCore *nc, const char *string)
|
||||
{
|
||||
return anope_gettext(nc ? nc->language.c_str() : Config->NSDefLanguage.c_str(), string);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user