This commit is contained in:
2024-10-24 14:56:26 +02:00
parent 7973c7a320
commit e4eaf91a68
4 changed files with 23 additions and 16 deletions

View File

@@ -16,6 +16,7 @@ class IRCClientContactModel : public IRCClientEventI, public ContactModel3I {
Contact3Registry& _cr;
ConfigModelI& _conf;
IRCClient1& _ircc;
IRCClient1::SubscriptionReference _ircc_sr;
// cm needs the connect event to happen
bool _connected {false};