Skip to content

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"
Clone this wiki locally