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 CAN_SENT_MESSAGES_OUTSIDE_H
2 #define CAN_SENT_MESSAGES_OUTSIDE_H
void remove()
Definition: CantSentMessagesOutside.hpp:20
void add()
Definition: CantSentMessagesOutside.hpp:15
ChannelMode _mode
Definition: Mode.hpp:16
void removeMode(ChannelMode mode)
Definition: Channel.hpp:349
@ CHANNEL_MODE_CANT_SENT_MESSAGES_OUTSIDE
Definition: Channel.hpp:13
CantSentMessagesOutside()
Definition: CantSentMessagesOutside.hpp:10
Channel * _channel
Definition: Mode.hpp:19
Definition: CantSentMessagesOutside.hpp:7
void addMode(ChannelMode mode)
Definition: Channel.hpp:343