caca
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/01/21 10:33:17 by maldavid #+# #+# */
|
||||
/* Updated: 2024/01/24 15:00:39 by maldavid ### ########.fr */
|
||||
/* Updated: 2024/01/24 18:34:36 by vvaas ### ########.fr */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
|
||||
@@ -53,6 +53,7 @@ namespace irc
|
||||
void sendPlainText(const std::string& str);
|
||||
void sendCode(const std::string& code, const std::string& msg);
|
||||
void sendMsg(const std::string& sender, const std::string& cmd, const std::string& trailing);
|
||||
void sendModular(std::string message, ...);
|
||||
|
||||
~Client();
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#define ERR_NEEDMOREPARAMS "461"
|
||||
#define ERR_ALREADYREGISTRED "462", "Unauthorized command (already registered)"
|
||||
#define ERR_NOPERMFORHOST "463"
|
||||
#define ERR_PASSWDMISMATCH "464", "Password incorrect"
|
||||
#define ERR_PASSWDMISMATCH "464", "Password incorrect\n"
|
||||
#define ERR_YOUREBANNEDCREEP "465"
|
||||
#define ERR_YOUWILLBEBANNED "466"
|
||||
#define ERR_KEYSET "467"
|
||||
|
||||
Reference in New Issue
Block a user