diff options
| author | ilotterytea <iltsu@alright.party> | 2024-12-09 14:12:52 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-12-09 14:12:52 +0500 |
| commit | 69eb8e57770240637158df5b5578084f61366c5f (patch) | |
| tree | b78afe5c433c40adcf6081a52f53c0d44f9135d4 /bot/src/handlers.hpp | |
| parent | 42cbe6ab4f4e7018786bfab59f54fb8422bcaa87 (diff) | |
feat: markov responses
Diffstat (limited to 'bot/src/handlers.hpp')
| -rw-r--r-- | bot/src/handlers.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
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<irc::MessageType::Privmsg> &message, pqxx::connection &conn); + + void make_markov_response( + const InstanceBundle &bundle, + const irc::Message<irc::MessageType::Privmsg> &message, + const schemas::Channel &channel, + const schemas::ChannelPreferences &preference); } |
