segfault in function JOIN Fixed
This commit is contained in:
parent
2b3b6654e7
commit
150ada2f4e
4 changed files with 13 additions and 15 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/05/24 17:29:48 by rparodi #+# #+# */
|
||||
/* Updated: 2025/06/17 23:50:28 by sben-tay ### ########.fr */
|
||||
/* Updated: 2025/06/17 23:55:31 by sben-tay ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -89,5 +89,4 @@ void Join::execute() {
|
|||
msg353 += (*it)->getNickname() + " ";
|
||||
}
|
||||
_cTarget->sendAllClientInAChannel(msgJoin + msg332 + msg353 + "\r\n");
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue