diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-15 04:37:23 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-15 04:37:23 +0500 |
| commit | c788cacf1dbd88e1fc590a79d00aa88d49d18822 (patch) | |
| tree | d530a920010a2156362258458fcc173e700293b9 /bot/src/commands/lua.hpp | |
| parent | 2a6efa35f2720415a535765efdc2cd76f22ccd30 (diff) | |
feat: get localization names using bundle.localization
Diffstat (limited to 'bot/src/commands/lua.hpp')
| -rw-r--r-- | bot/src/commands/lua.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/src/commands/lua.hpp b/bot/src/commands/lua.hpp index 9a5c344..bf48ab6 100644 --- a/bot/src/commands/lua.hpp +++ b/bot/src/commands/lua.hpp @@ -31,6 +31,8 @@ namespace bot::command::lua { const Configuration &config); void add_irc_library(std::shared_ptr<sol::state> state, const InstanceBundle &bundle); + void add_l10n_library(std::shared_ptr<sol::state> state, + const InstanceBundle &bundle); void add_base_libraries(std::shared_ptr<sol::state> state); void add_chat_libraries(std::shared_ptr<sol::state> state, |
