mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
IRCClient: Connect to IRC server URL specified in command line argument
The IRCClient application can now connect to a specified IRC server using a URL with `irc://` protocol as a command line argument.
This commit is contained in:
parent
c3b2bfabfe
commit
3c9693c6c7
Notes:
sideshowbarker
2024-07-19 07:23:25 +09:00
Author: https://github.com/bcoles
Commit: 3c9693c6c7
Pull-request: https://github.com/SerenityOS/serenity/pull/1927
Reviewed-by: https://github.com/awesomekling ✅
5 changed files with 39 additions and 10 deletions
|
@ -41,7 +41,7 @@ public:
|
|||
void set_active_window(IRCWindow&);
|
||||
|
||||
private:
|
||||
IRCAppWindow();
|
||||
IRCAppWindow(String server, int port);
|
||||
|
||||
void setup_client();
|
||||
void setup_actions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue