mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:57:34 +00:00
IRCClient: Add Channel application menu and LIST and KICK commands
The new Channel application menu allow offers various commands related to the currently visible channel, including changing the topic, kicking a user, and leaving the channel.
This commit is contained in:
parent
9e855376dd
commit
175ec99814
4 changed files with 82 additions and 1 deletions
|
@ -55,9 +55,12 @@ private:
|
|||
RefPtr<GUI::StackWidget> m_container;
|
||||
RefPtr<GUI::TableView> m_window_list;
|
||||
RefPtr<GUI::Action> m_join_action;
|
||||
RefPtr<GUI::Action> m_list_channels_action;
|
||||
RefPtr<GUI::Action> m_part_action;
|
||||
RefPtr<GUI::Action> m_whois_action;
|
||||
RefPtr<GUI::Action> m_open_query_action;
|
||||
RefPtr<GUI::Action> m_close_query_action;
|
||||
RefPtr<GUI::Action> m_change_nick_action;
|
||||
RefPtr<GUI::Action> m_change_topic_action;
|
||||
RefPtr<GUI::Action> m_kick_user_action;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue