void run_example_join_and_msg() {
channel.addClient(&user1);
channel.addClient(&user2);
channel.broadcastMessage("Hello everyone!");
}
Manages channel members and states.
Manages client connection and state.
Represents an IRC client connected to the server.
void setNickname(const std::string &nickname)
Sets the client's nickname.