mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
IRCClient: Only notify about channel messages containing our nickname
This commit is contained in:
parent
163812df97
commit
3c29818048
Notes:
sideshowbarker
2024-07-19 08:06:49 +09:00
Author: https://github.com/awesomekling
Commit: 3c29818048
2 changed files with 30 additions and 17 deletions
|
@ -68,6 +68,8 @@ public:
|
|||
private:
|
||||
IRCWindow(IRCClient&, void* owner, Type, const String& name);
|
||||
|
||||
void post_notification_if_needed(const String& name, const String& message);
|
||||
|
||||
IRCClient& m_client;
|
||||
void* m_owner { nullptr };
|
||||
Type m_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue