mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:57:44 +00:00
IRCClient: Add support for /HOP and /TOPIC commands
This commit is contained in:
parent
c56c8c8953
commit
2de2f49abc
2 changed files with 21 additions and 0 deletions
|
@ -133,6 +133,7 @@ private:
|
|||
void send_pong(const String& server);
|
||||
void send_privmsg(const String& target, const String&);
|
||||
void send_notice(const String& target, const String&);
|
||||
void send_topic(const String& channel_name, const String&);
|
||||
void send_whois(const String&);
|
||||
void process_line(ByteBuffer&&);
|
||||
void handle_join(const Message&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue