|
ft_irc 1.0
|
Implements the PartCommand class. [詳解]
#include "PartCommand.hpp"#include "Channel.hpp"#include "Client.hpp"#include "CommandUtils.hpp"#include "Replies.hpp"#include "Server.hpp"
Implements the PartCommand class.
This file contains the implementation of the execute method for the PartCommand class, handling user requests to leave channels, including broadcasting departure messages and cleaning up empty channels.
PartCommand.cpp に定義があります。