# IRPG Control Script

**Category:** mIRC_Bot
**Original Author:** Julian 'plugin' K.

## Description
This script is a control panel for managing users in an IRC game environment called IRPG, providing commands to register, authenticate, change classes, join teams, and check user information. It runs as a bot that interacts with the server and channels to perform various tasks.

## Key Features
- **Commands:** ?IRPG register, ?IRPG class, ?IRPG auth, ?IRPG logout, ?IRPG Join <teamname> [password], ?IRPG leave, ?IRPG whoami.
- **Authentication:** Automatically logs in the bot using predefined credentials when it joins a specific channel.
- **User Management:** Allows users to register and change their class, join teams with optional passwords, and check their status.

## File Analysis
- **irpg.tcl** — Contains all the commands and logic for managing user interactions and channel operations. It handles authentication, registration, team joining, and information retrieval.