# Added Script

**Category:** mIRC_Addon
**Original Author:** Unknown

## Description
This script provides functionality for managing users in a chat environment, including adding new users, marking them as added, and tracking user counts.

## Key Features
- **User Management**: Adds or removes users from the system.
- **Tracking Added Users**: Tracks when users are added to the channel.
- **Counting Users and Bots**: Maintains count of users and bots in the system.

## File Analysis
- **added.tcl** — Contains all the script logic for managing user additions, deletions, and tracking counts. It binds commands to handle user-related actions and updates statistics accordingly.