From 79be89ad0491bfdd110b2c612e21a0f28c29fa87 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 2 Jul 2025 03:31:54 +0500 Subject: feat: MARIADB SUPPORT!!!! --- bot/src/handlers.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bot/src/handlers.hpp') diff --git a/bot/src/handlers.hpp b/bot/src/handlers.hpp index 2046bbe..f136fa1 100644 --- a/bot/src/handlers.hpp +++ b/bot/src/handlers.hpp @@ -3,13 +3,11 @@ #include "bundle.hpp" #include "commands/command.hpp" #include "irc/message.hpp" -#include "pqxx/pqxx" namespace bot::handlers { void handle_private_message( const InstanceBundle &bundle, command::CommandLoader &command_loader, - const irc::Message &message, - pqxx::connection &conn); + const irc::Message &message); void make_markov_response( const InstanceBundle &bundle, -- cgit v1.2.3