From d1793df1eda463b10107d41785ad1d7f055ed476 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 18 May 2024 14:48:12 +0500 Subject: upd: moved the bot part to a relative subfolder --- bot/src/commands/request_util.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bot/src/commands/request_util.hpp (limited to 'bot/src/commands/request_util.hpp') diff --git a/bot/src/commands/request_util.hpp b/bot/src/commands/request_util.hpp new file mode 100644 index 0000000..dea6e12 --- /dev/null +++ b/bot/src/commands/request_util.hpp @@ -0,0 +1,13 @@ +#include +#include + +#include "../irc/message.hpp" +#include "command.hpp" +#include "request.hpp" + +namespace bot::command { + std::optional generate_request( + const command::CommandLoader &command_loader, + const irc::Message &irc_message, + pqxx::connection &conn); +} -- cgit v1.2.3