|
ft_irc 1.0
|
Implements the KickCommand class. [詳解]
#include "KickCommand.hpp"#include "Channel.hpp"#include "Client.hpp"#include "CommandUtils.hpp"#include "Replies.hpp"#include "Server.hpp"#include <string>#include <vector>
Implements the KickCommand class.
This file contains the implementation of the execute method for the KickCommand class, handling operator requests to remove users from channels, including error checking and broadcasting messages.
KickCommand.cpp に定義があります。