# AuthVoice TCL Script

**Category:** mIRC_Addon
**Original Author:** IRCHelp.UniBG.oRG ft. LHG Crew

## Description
This script provides authentication and voice management for IRC channels, allowing users to identify themselves with a password and automatically gain voice status on joining channels.

## Key Features
- **Password Authentication**: Users can authenticate using a specific command.
- **Voice Management**: Upon successful authentication, users are granted voice status in channels they join.
- **Automatic Voice Granting**: When a user joins a channel after being identified, the script ensures they have voice status if not already oped.

## File Analysis
- **authvoice.tcl** — Contains all the core functionality for handling password authentication and voice management. It binds commands to specific events like joining channels, parting, kicking, nick changes, and more.