summaryrefslogtreecommitdiff
path: root/bot/src/commands/request.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-04 01:26:30 +0500
committerilotterytea <iltsu@alright.party>2025-12-04 01:26:30 +0500
commit428998889e9bb60c7dc46388184b07c489ddaeb2 (patch)
tree872a11239eebbf930c85d846f7cec9f828a43ab5 /bot/src/commands/request.hpp
parent638622d66dbe58ff96b7d1c2c6ec4b040b27da6d (diff)
feat: trusted users
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);
}