# cmd_clistmod.tcl

**Category:** mIRC_Bot
**Original Author:** Ninja_baby (Jaysee@Jaysee.Tv)

## Description
This script allows a bot to manage channel access lists on an IRC network with SirvService installed, enabling the bot to add or remove operators and kick users based on predefined commands.

## Key Features
- **+sop**: Adds a user to the SOp list of a specified channel.
- **-sop**: Removes a user from the SOp list of a specified channel.
- **+aop**: Adds a user to the AOp (Assistant Operator) list of a specified channel.
- **-aop**: Removes a user from the AOp list of a specified channel.
- **+akick**: Adds a user to the AKick list, allowing the bot to kick users based on this list.

## File Analysis
- **cmd_clistmod.tcl** — Contains all the commands and logic for managing channel access lists. It includes authentication checks and logging mechanisms.