|
ft_irc 1.0
|
Implements the WhoCommand class. [詳解]
#include "WhoCommand.hpp"#include "Channel.hpp"#include "Client.hpp"#include "CommandUtils.hpp"#include "Replies.hpp"#include "Server.hpp"#include <sstream>#include <string>#include <vector>
Implements the WhoCommand class.
This file contains the implementation of the execute method for the WhoCommand class, handling requests for information about users matching a given query (channel or nickname).
WhoCommand.cpp に定義があります。