summaryrefslogtreecommitdiff
path: root/bot/src/handlers.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-07-02 03:31:54 +0500
committerilotterytea <iltsu@alright.party>2025-07-02 03:31:54 +0500
commit79be89ad0491bfdd110b2c612e21a0f28c29fa87 (patch)
tree589daab514de11cc87e424b62d87f8cac12494ab /bot/src/handlers.hpp
parentfea3c12d6b621796bb239cebb57a5a5014dfe350 (diff)
feat: MARIADB SUPPORT!!!!
Diffstat (limited to 'bot/src/handlers.hpp')
-rw-r--r--bot/src/handlers.hpp4
1 files changed, 1 insertions, 3 deletions
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<irc::MessageType::Privmsg> &message,
- pqxx::connection &conn);
+ const irc::Message<irc::MessageType::Privmsg> &message);
void make_markov_response(
const InstanceBundle &bundle,