summaryrefslogtreecommitdiff
path: root/bot/src/commands/lua.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/commands/lua.hpp')
-rw-r--r--bot/src/commands/lua.hpp2
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,