summaryrefslogtreecommitdiff
path: root/src/commands/request.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-04-30 20:56:54 +0500
committerilotterytea <iltsu@alright.party>2024-04-30 20:56:54 +0500
commit184fcd5cb5bacd11271028c1031a7bfef4db48a2 (patch)
treecab57979313878fab91b845511b60f43a092246b /src/commands/request.hpp
parentd0671a30c2b5ec41b131d229716045381332697d (diff)
upd: replaced work to connection
Diffstat (limited to 'src/commands/request.hpp')
-rw-r--r--src/commands/request.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/request.hpp b/src/commands/request.hpp
index ee7bd11..efa0655 100644
--- a/src/commands/request.hpp
+++ b/src/commands/request.hpp
@@ -12,6 +12,6 @@ namespace bot::command {
std::optional<std::string> subcommand_id;
std::optional<std::string> message;
const irc::Message<irc::MessageType::Privmsg> &irc_message;
- const pqxx::work &work;
+ pqxx::connection &conn;
};
}