reflect connection to server onto all contacts

This commit is contained in:
2024-06-18 18:42:59 +02:00
parent ae817987c6
commit d7280771ce
2 changed files with 29 additions and 2 deletions

View File

@@ -61,4 +61,5 @@ class IRCClientContactModel : public IRCClientEventI, public ContactModel3I {
bool onEvent(const IRCClient::Events::Topic& e) override;
bool onEvent(const IRCClient::Events::Quit& e) override;
bool onEvent(const IRCClient::Events::CTCP_Req&) override;
bool onEvent(const IRCClient::Events::Disconnect&) override;
};