mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
IRCClient: Add support for raw protocol commands with /RAW
This commit is contained in:
parent
b8cef3a2d3
commit
4ea71c9571
Notes:
sideshowbarker
2024-07-19 07:54:32 +09:00
Author: https://github.com/bcoles
Commit: 4ea71c9571
Pull-request: https://github.com/SerenityOS/serenity/pull/1636
2 changed files with 20 additions and 0 deletions
|
@ -168,6 +168,7 @@ private:
|
|||
void handle_rpl_topicwhotime(const Message&);
|
||||
void handle_rpl_endofnames(const Message&);
|
||||
void handle_rpl_namreply(const Message&);
|
||||
void handle_rpl_unknowncommand(const Message&);
|
||||
void handle_privmsg_or_notice(const Message&, PrivmsgOrNotice);
|
||||
void handle_nick(const Message&);
|
||||
void handle(const Message&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue