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