|
ft_irc 1.0
|
Implements the NamesCommand class. [詳解]
#include "NamesCommand.hpp"#include "Channel.hpp"#include "Client.hpp"#include "CommandUtils.hpp"#include "Replies.hpp"#include "Server.hpp"
Implements the NamesCommand class.
This file contains the implementation of the execute method for the NamesCommand class, handling requests to list users in channels and sending appropriate replies.
NamesCommand.cpp に定義があります。