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:
parent
99aab4470a
commit
40b3203941
4 changed files with 37 additions and 1 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue