diff options
Diffstat (limited to 'src/commands/request.hpp')
| -rw-r--r-- | src/commands/request.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands/request.hpp b/src/commands/request.hpp index 6149dee..702fcb8 100644 --- a/src/commands/request.hpp +++ b/src/commands/request.hpp @@ -6,6 +6,7 @@ #include "../irc/message.hpp" #include "../schemas/channel.hpp" +#include "../schemas/user.hpp" namespace bot::command { struct Request { @@ -15,6 +16,7 @@ namespace bot::command { const irc::Message<irc::MessageType::Privmsg> &irc_message; schemas::Channel channel; + schemas::User user; pqxx::connection &conn; }; |
