diff options
Diffstat (limited to 'bot/src/handlers.cpp')
| -rw-r--r-- | bot/src/handlers.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/src/handlers.cpp b/bot/src/handlers.cpp index 42e1090..f8b911d 100644 --- a/bot/src/handlers.cpp +++ b/bot/src/handlers.cpp @@ -26,8 +26,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) { if (utils::string::string_contains_sql_injection(message.message)) { |
