mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
IRCClient: Add support for /HOP and /TOPIC commands
This commit is contained in:
parent
c56c8c8953
commit
2de2f49abc
Notes:
sideshowbarker
2024-07-19 08:01:39 +09:00
Author: https://github.com/bcoles
Commit: 2de2f49abc
Pull-request: https://github.com/SerenityOS/serenity/pull/1552
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