# Access Increasing Script

**Category:** mIRC_Bot
**Original Author:** MrZipen <Retired>, |AmDeAtH / iamdeath

## Description
This script is designed to manage access levels for users on an IRC channel, preventing unauthorized takeovers and ensuring fair access increases based on activity. It runs unattended and automates the process of adding or removing usernames from a list.

## Key Features
- **Access Level Management:** Adds or removes usernames with specific access levels.
- **Automated Access Increases:** Increases access levels for users who are active, up to a maximum level.
- **User Notification:** Notifies specified users when access levels change.
- **Suspended Users:** Prevents access increases for suspended users until issues are resolved.
- **Last Seen Check:** Ensures that only recently seen users can have their access increased.

## File Analysis
- **AC.tcl** — Contains the main logic and commands to manage user access, including adding, removing, and modifying access levels. It also handles notifications and checks for suspended or inactive users.