diff options
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); } |
