IRC SERVER
The goal of this project is to make you write your own IRC server.
Commands.hpp
Go to the documentation of this file.
1
#ifndef COMMANDS_H
2
#define COMMANDS_H
3
4
#include "
./commands/Help.hpp
"
5
#include "
./commands/Invite.hpp
"
6
#include "
./commands/Join.hpp
"
7
#include "
./commands/Kick.hpp
"
8
#include "
./commands/List.hpp
"
9
#include "
./commands/Mode.hpp
"
10
#include "
./commands/Names.hpp
"
11
#include "
./commands/Nick.hpp
"
12
#include "
./commands/Notice.hpp
"
13
#include "
./commands/Part.hpp
"
14
#include "
./commands/Pass.hpp
"
15
#include "
./commands/Ping.hpp
"
16
#include "
./commands/PrivMsg.hpp
"
17
#include "
./commands/Quit.hpp
"
18
#include "
./commands/Topic.hpp
"
19
#include "
./commands/User.hpp
"
20
#include "
./commands/Whois.hpp
"
21
22
#endif
Names.hpp
PrivMsg.hpp
Pass.hpp
List.hpp
User.hpp
Part.hpp
Ping.hpp
Join.hpp
Invite.hpp
Whois.hpp
Quit.hpp
Topic.hpp
Nick.hpp
Help.hpp
Kick.hpp
Notice.hpp
Mode.hpp
includes
Commands.hpp
Generated on Thu Apr 20 2023 15:38:45 for IRC SERVER by
1.8.17