summaryrefslogtreecommitdiff
path: root/bot/src/handlers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/handlers.hpp')
-rw-r--r--bot/src/handlers.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/src/handlers.hpp b/bot/src/handlers.hpp
index a78a529..2046bbe 100644
--- a/bot/src/handlers.hpp
+++ b/bot/src/handlers.hpp
@@ -7,8 +7,7 @@
namespace bot::handlers {
void handle_private_message(
- const InstanceBundle &bundle,
- const command::CommandLoader &command_loader,
+ const InstanceBundle &bundle, command::CommandLoader &command_loader,
const irc::Message<irc::MessageType::Privmsg> &message,
pqxx::connection &conn);