|
IRC SERVER
The goal of this project is to make you write your own IRC server.
|
#include "../Command.hpp"#include "./mode/BanMask.hpp"#include "./mode/CantSentMessagesOutside.hpp"#include "./mode/InviteOnly.hpp"#include "./mode/Key.hpp"#include "./mode/Moderated.hpp"#include "./mode/Operator.hpp"#include "./mode/Secret.hpp"#include "./mode/TopicSettableByChannelOperatorOnly.hpp"#include "./mode/UserLimit.hpp"

Go to the source code of this file.
Classes | |
| class | ChannelModeType |
| class | Mode |
Enumerations | |
| enum | ModeSign { PLUS = 0, MINUS = 1 } |
| enum ModeSign |