jss trop beau srx

This commit is contained in:
2024-01-26 02:32:56 +01:00
parent b07f2a7a22
commit a8d7148d39
6 changed files with 55 additions and 21 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 18:34:36 by vvaas ### ########.fr */
/* Updated: 2024/01/26 00:58:20 by vvaas ### ########.fr */
/* */
/******************************************************************************/
@@ -52,6 +52,7 @@ namespace irc
void sendPlainText(const std::string& str);
void sendCode(const std::string& code, const std::string& msg);
void sendCode(const std::string& code, const std::string& msg0, const std::string& msg1);
void sendMsg(const std::string& sender, const std::string& cmd, const std::string& trailing);
void sendModular(std::string message, ...);