1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +00:00

IRCClient: Update channel user list when a user joins or quits

This commit is contained in:
Brendan Coles 2020-04-02 14:39:25 +00:00 committed by Andreas Kling
parent 99aab4470a
commit 40b3203941
4 changed files with 37 additions and 1 deletions

View file

@ -155,6 +155,7 @@ private:
void process_line(ByteBuffer&&);
void handle_join(const Message&);
void handle_part(const Message&);
void handle_quit(const Message&);
void handle_ping(const Message&);
void handle_topic(const Message&);
void handle_rpl_topic(const Message&);