|
ft_irc 1.0
|
Implements the QuitCommand class. [詳解]
#include "QuitCommand.hpp"#include "Channel.hpp"#include "Client.hpp"#include "Replies.hpp"#include "Server.hpp"#include <vector>
Implements the QuitCommand class.
This file contains the implementation of the execute method for the QuitCommand class, handling client disconnection, notifying channels, and cleaning up client-related data.
QuitCommand.cpp に定義があります。