From 428998889e9bb60c7dc46388184b07c489ddaeb2 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 4 Dec 2025 01:26:30 +0500 Subject: feat: trusted users --- bot/src/commands/request.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/commands/request.hpp') 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 get_requester( const irc::Message &irc_message, - std::unique_ptr &conn); + std::unique_ptr &conn, const Configuration &cfg); } -- cgit v1.2.3