mirror of
https://github.com/anope/anope.git
synced 2026-06-28 15:16:38 +02:00
More fixes. Also made db_mysql_live not keep bots updated because thats pointless and made m_asynch_commands respect user language settings.
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ const char *anope_gettext(const char *string)
|
||||
std::pair<Anope::string, Anope::string> lang_info;
|
||||
if (!language_stack.empty())
|
||||
lang_info = language_stack.top();
|
||||
if (lang_info.first.empty() || lang_info.second.empty())
|
||||
if (*string == 0 || lang_info.first.empty() || lang_info.second.empty())
|
||||
return string;
|
||||
|
||||
++_nl_msg_cat_cntr;
|
||||
|
||||
Reference in New Issue
Block a user