From 0e1b8bcdd6435ea1f1ad878a6f0813ab72259c24 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 12 Apr 2025 16:54:58 +0500 Subject: feat: irc functions for lua --- bot/src/commands/lua.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bot/src/commands/lua.hpp') 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 state); + void add_irc_library(std::shared_ptr state, + const InstanceBundle &bundle); void add_base_libraries(std::shared_ptr state); } -- cgit v1.2.3