diff options
| author | ilotterytea <iltsu@alright.party> | 2025-07-22 23:56:44 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-07-22 23:56:44 +0500 |
| commit | 6da71eb3e118dbd6f55830922f6ef98cd6960147 (patch) | |
| tree | 0e5408450c4bf2061e9c8d83e8a622acab25c51f /bot/src/commands/lua.hpp | |
| parent | 84aebba223b6a8f9eb2d1272c3ed2083d561f2b9 (diff) | |
feat: RSS library for Lua
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 1e0cd4b..27cc142 100644 --- a/bot/src/commands/lua.hpp +++ b/bot/src/commands/lua.hpp @@ -43,6 +43,8 @@ namespace bot::command::lua { const Request &request, const Configuration &cfg, const std::string &lua_id); + void add_rss_library(std::shared_ptr<sol::state> state); + void add_base_libraries(std::shared_ptr<sol::state> state); void add_chat_libraries(std::shared_ptr<sol::state> state, const Request &request, |
