mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 14:20:21 +00:00
IRCClient: Add handling for server responses and BANLIST command
This commit is contained in:
parent
1e67efc5c1
commit
a1b57216b8
Notes:
sideshowbarker
2024-07-19 07:54:10 +09:00
Author: https://github.com/bcoles
Commit: a1b57216b8
Pull-request: https://github.com/SerenityOS/serenity/pull/1640
4 changed files with 118 additions and 5 deletions
|
@ -64,6 +64,7 @@ private:
|
|||
RefPtr<GUI::Action> m_change_nick_action;
|
||||
RefPtr<GUI::Action> m_change_topic_action;
|
||||
RefPtr<GUI::Action> m_invite_user_action;
|
||||
RefPtr<GUI::Action> m_banlist_action;
|
||||
RefPtr<GUI::Action> m_voice_user_action;
|
||||
RefPtr<GUI::Action> m_devoice_user_action;
|
||||
RefPtr<GUI::Action> m_op_user_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue