This commit is contained in:
2024-01-24 19:27:52 +01:00
parent 9ab9e38d86
commit 940daefd3e
6 changed files with 105 additions and 7 deletions

View File

@@ -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();