From 69eb8e57770240637158df5b5578084f61366c5f Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 9 Dec 2024 14:12:52 +0500 Subject: feat: markov responses --- bot/src/handlers.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bot/src/handlers.hpp') diff --git a/bot/src/handlers.hpp b/bot/src/handlers.hpp index a143f76..a78a529 100644 --- a/bot/src/handlers.hpp +++ b/bot/src/handlers.hpp @@ -11,4 +11,10 @@ namespace bot::handlers { const command::CommandLoader &command_loader, const irc::Message &message, pqxx::connection &conn); + + void make_markov_response( + const InstanceBundle &bundle, + const irc::Message &message, + const schemas::Channel &channel, + const schemas::ChannelPreferences &preference); } -- cgit v1.2.3