From 2ae69c33a82ac83f5eff5d8e4dc2c593971c9869 Mon Sep 17 00:00:00 2001 From: aortigos Date: Mon, 25 May 2026 09:48:11 +0200 Subject: [PATCH] Updated tasks.md --- tasks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks.md b/tasks.md index 5f0924e..4b793bb 100644 --- a/tasks.md +++ b/tasks.md @@ -52,12 +52,12 @@ Represents a connected IRC client. - [✓] JOIN command (user can create channel) - [✓] PRIVMSG command (send message to a channel) - [✓] QUIT command -- [ ] PRIVMSG difference between channels (#) and users +- [✓] PRIVMSG difference between channels (#) and users ### Fifth stage - [ ] PART command (user leaves a channel) -- [ ] KICK command (operator removes a user from channel) +- [✓] KICK command (operator removes a user from channel) - [ ] INVITE command (operator invites a user to channel) - [ ] TOPIC command (view or set channel topic)