|
ft_irc 1.0
|
Implements the TopicCommand class. [詳解]
#include "TopicCommand.hpp"#include "Channel.hpp"#include "Client.hpp"#include "Replies.hpp"#include "Server.hpp"
Implements the TopicCommand class.
This file contains the implementation of the execute method for the TopicCommand class, handling requests to view or set channel topics, including permission checks and broadcasting updates.
TopicCommand.cpp に定義があります。