IRC SERVER
The goal of this project is to make you write your own IRC server.
|
Go to the documentation of this file. 1 #ifndef TOPIC_SETTABLE_BY_CHANNEL_OPERATOR_ONLY_H
2 #define TOPIC_SETTABLE_BY_CHANNEL_OPERATOR_ONLY_H
void remove()
Definition: TopicSettableByChannelOperatorOnly.hpp:20
@ CHANNEL_MODE_TOPIC_SETTABLE_BY_CHANNEL_OPERATOR_ONLY
Definition: Channel.hpp:12
ChannelMode _mode
Definition: Mode.hpp:16
void removeMode(ChannelMode mode)
Definition: Channel.hpp:349
Definition: TopicSettableByChannelOperatorOnly.hpp:7
void add()
Definition: TopicSettableByChannelOperatorOnly.hpp:15
Channel * _channel
Definition: Mode.hpp:19
TopicSettableByChannelOperatorOnly()
Definition: TopicSettableByChannelOperatorOnly.hpp:10
void addMode(ChannelMode mode)
Definition: Channel.hpp:343