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:34:25 by maldavid #+# #+# */
/* Updated: 2024/01/25 23:04:45 by maldavid ### ########.fr */
/* Updated: 2024/01/26 02:08:19 by vvaas ### ########.fr */
/* */
/******************************************************************************/
@@ -55,8 +55,8 @@ namespace irc
void setTopic(unstd::SharedPtr<Client> client, const std::string& new_topic);
void relayTopic(unstd::SharedPtr<Client> client);
void showModes() const;
void showModesModify(unstd::SharedPtr<Client> client, const Message& msg) const;
void showModes(unstd::SharedPtr<Client> client);
bool kick(unstd::SharedPtr<Client> op, unstd::SharedPtr<Client> target, const std::string& reason);
~Channel();