mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:47:46 +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
5 changed files with 39 additions and 10 deletions
|
@ -138,7 +138,7 @@ public:
|
|||
void add_server_message(const String&, Color = Color::Black);
|
||||
|
||||
private:
|
||||
IRCClient();
|
||||
IRCClient(String server, int port);
|
||||
|
||||
struct Message {
|
||||
String prefix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue