summaryrefslogtreecommitdiff
path: root/bot/src/commands/request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/commands/request.hpp')
-rw-r--r--bot/src/commands/request.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/commands/request.hpp b/bot/src/commands/request.hpp
index 00d8afc..d76fa6e 100644
--- a/bot/src/commands/request.hpp
+++ b/bot/src/commands/request.hpp
@@ -43,5 +43,5 @@ namespace bot::command {
std::optional<Requester> get_requester(
const irc::Message<irc::MessageType::Privmsg> &irc_message,
- std::unique_ptr<db::BaseDatabase> &conn);
+ std::unique_ptr<db::BaseDatabase> &conn, const Configuration &cfg);
}