summaryrefslogtreecommitdiff
path: root/src/handlers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers.hpp')
-rw-r--r--src/handlers.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/handlers.hpp b/src/handlers.hpp
deleted file mode 100644
index a143f76..0000000
--- a/src/handlers.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-#include "bundle.hpp"
-#include "commands/command.hpp"
-#include "irc/message.hpp"
-#include "pqxx/pqxx"
-
-namespace bot::handlers {
- void handle_private_message(
- const InstanceBundle &bundle,
- const command::CommandLoader &command_loader,
- const irc::Message<irc::MessageType::Privmsg> &message,
- pqxx::connection &conn);
-}