diff options
| author | ilotterytea <iltsu@alright.party> | 2024-04-30 20:56:54 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-04-30 20:56:54 +0500 |
| commit | 184fcd5cb5bacd11271028c1031a7bfef4db48a2 (patch) | |
| tree | cab57979313878fab91b845511b60f43a092246b /src/handlers.hpp | |
| parent | d0671a30c2b5ec41b131d229716045381332697d (diff) | |
upd: replaced work to connection
Diffstat (limited to 'src/handlers.hpp')
| -rw-r--r-- | src/handlers.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers.hpp b/src/handlers.hpp index 33b57b2..a143f76 100644 --- a/src/handlers.hpp +++ b/src/handlers.hpp @@ -10,5 +10,5 @@ namespace bot::handlers { const InstanceBundle &bundle, const command::CommandLoader &command_loader, const irc::Message<irc::MessageType::Privmsg> &message, - const pqxx::work &work); + pqxx::connection &conn); } |
