This commit is contained in:
2024-02-05 15:42:32 +01:00
parent 91d4faad3a
commit f04bbb8045
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/21 09:31:17 by maldavid #+# #+# */
/* Updated: 2024/02/05 13:32:39 by vvaas ### ########.fr */
/* Updated: 2024/02/05 14:10:19 by vvaas ### ########.fr */
/* */
/******************************************************************************/
@@ -102,6 +102,7 @@ namespace irc
++cit;
}
it = _client.erase(it) - 1;
}
}
}