BRAAAAAAAAAAAAAAAPAPAPAPAPAAAAPPAAPAPAPA
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/01/21 09:31:17 by maldavid #+# #+# */
|
||||
/* Updated: 2024/01/21 10:38:12 by maldavid ### ########.fr */
|
||||
/* Updated: 2024/01/21 12:13:51 by maldavid ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -14,6 +14,21 @@
|
||||
#include <client.hpp>
|
||||
#include <channel.hpp>
|
||||
|
||||
/** Commands to handle
|
||||
* NICK
|
||||
* USER
|
||||
* QUIT
|
||||
* PART
|
||||
* JOIN
|
||||
* PRIVMSG
|
||||
* NOTICE
|
||||
* KICK
|
||||
* MOTD
|
||||
* TOPIC
|
||||
* PING
|
||||
* MODE
|
||||
*/
|
||||
|
||||
namespace irc
|
||||
{
|
||||
Server::Server(int port, const std::string& password) : _password(password), _port(port)
|
||||
|
||||
Reference in New Issue
Block a user