etienne a pas les pizzas

This commit is contained in:
Kbz-8
2024-01-25 23:35:38 +01:00
parent b07f2a7a22
commit 26eb6212fd
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/21 11:38:34 by maldavid #+# #+# */
/* Updated: 2024/01/25 20:30:51 by maldavid ### ########.fr */
/* Updated: 2024/01/25 23:34:47 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -65,7 +65,7 @@ namespace irc
else
{
if((*it)[0] == ':')
continue;
it->erase(it->begin());
_reason.append(*it);
_reason.push_back(' ');
}