mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:57:44 +00:00
IRCClient: Make the auto-join on connect feature actually do something
This commit is contained in:
parent
0b1981ddae
commit
2216c7ecc6
2 changed files with 6 additions and 10 deletions
|
@ -40,7 +40,6 @@ public:
|
|||
IRCWindow* current_window() { return aid_get_active_window(); }
|
||||
const IRCWindow* current_window() const { return aid_get_active_window(); }
|
||||
|
||||
Function<void()> on_connect;
|
||||
Function<void()> on_disconnect;
|
||||
Function<void()> on_server_message;
|
||||
Function<void(const String&)> on_nickname_changed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue