Implements the Channel class. [詳解]
#include "Channel.hpp"
#include "Client.hpp"
[ソースコード]
Implements the Channel class.
This file contains the implementation of methods for the Channel class, managing channel members, topics, modes, and message broadcasting.
Channel.cpp に定義があります。