diff --git a/include/commands.hpp b/include/commands.hpp index 438c8db..ed7434c 100644 --- a/include/commands.hpp +++ b/include/commands.hpp @@ -6,7 +6,7 @@ /* By: sben-tay +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/05/20 23:31:58 by rparodi #+# #+# */ -/* Updated: 2025/06/17 23:14:07 by sben-tay ### ########.fr */ +/* Updated: 2025/06/19 13:00:30 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -23,7 +23,7 @@ namespace cmd { void dispatch(User *user, Channel *channel, Server *server, std::string &line); - std::vector split(std::string &line); + std::vector split(std::string &line, char sep); template T searchList(const std::list &list, const std::string &name);