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/command.cpp | |
| parent | cd745390a89194fb7ae430f3bc8a73a7fc315ef0 (diff) | |
feat: irc functions for lua
Diffstat (limited to 'bot/src/commands/command.cpp')
| -rw-r--r-- | bot/src/commands/command.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/src/commands/command.cpp b/bot/src/commands/command.cpp index ba4edbe..fe794ef 100644 --- a/bot/src/commands/command.cpp +++ b/bot/src/commands/command.cpp @@ -90,6 +90,7 @@ namespace bot { std::optional<Response> CommandLoader::run(const InstanceBundle &bundle, const Request &request) { lua::library::add_bot_library(this->luaState, bundle); + lua::library::add_irc_library(this->luaState, bundle); lua::library::add_twitch_library(this->luaState, request, bundle); auto command = std::find_if( |
