mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
IRCClient: Start using GStackWidget for the subwindows.
This commit is contained in:
parent
497300c492
commit
1089cd1378
5 changed files with 22 additions and 20 deletions
|
@ -199,7 +199,7 @@ void IRCClient::join_channel(const String& channel_name)
|
|||
send(String::format("JOIN %s\r\n", channel_name.characters()));
|
||||
}
|
||||
|
||||
void IRCClient::handle(const Message& msg, const String& verbatim)
|
||||
void IRCClient::handle(const Message& msg, const String&)
|
||||
{
|
||||
printf("IRCClient::execute: prefix='%s', command='%s', arguments=%d\n",
|
||||
msg.prefix.characters(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue