generated from ClemaX/ft_skeleton_cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
irc::Database
Brice JACOB edited this page Apr 5, 2021
·
6 revisions
The irc::Database
contains:
- three maps to respectively store all servers, channels and clients existing in the network.
- a double map of all the mode functions used on channels
- Example : modeFunctionsMap['+']['p'] points to the function used with command "MODE +p"