ClemaX / ft_irc

Internet Relay Chat Server
0 stars 0 forks source link

OPER command is related with config file #62

Open pablo-lamtenzan opened 3 years ago

pablo-lamtenzan commented 3 years ago

@ClemaX you did the config file, can u add (if is not done yet) a field for an admin nickname with an admin password ? Those values will be used to init the member "admin" a std::pair in irc::Server. Thanks.

pablo-lamtenzan commented 3 years ago

CHANGE: Now irc::Server definition has an instance of irc::ServerAdmin is needed to be init by default or overwritten in the configuration file.