diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-12 16:54:58 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-12 16:54:58 +0500 |
| commit | 0e1b8bcdd6435ea1f1ad878a6f0813ab72259c24 (patch) | |
| tree | 103f5c25f284b2eaa002e2014b77cb2828f6da0a /bot/src/commands/lua.hpp | |
| parent | cd745390a89194fb7ae430f3bc8a73a7fc315ef0 (diff) | |
feat: irc functions 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 0adb75e..6391a2e 100644 --- a/bot/src/commands/lua.hpp +++ b/bot/src/commands/lua.hpp @@ -25,6 +25,8 @@ namespace bot::command::lua { const Request &request, const InstanceBundle &bundle); void add_net_library(std::shared_ptr<sol::state> state); + void add_irc_library(std::shared_ptr<sol::state> state, + const InstanceBundle &bundle); void add_base_libraries(std::shared_ptr<sol::state> state); } |
