Updated tasks.md

This commit is contained in:
aortigos
2026-05-25 09:48:11 +02:00
parent 396891122c
commit 2ae69c33a8

View File

@@ -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)