# irpg Bot v2.2.1

**Category:** Standalone_Bot
**Original Author:** jotun

## Description
This is an IRC bot designed for a game channel (#g7) that manages player accounts, enforces penalties for certain actions, and facilitates item finding and battling among players.

## Key Features
- Manages player accounts with levels and next level times.
- Enforces penalties for QUIT, PART, KICK, and NICK changes.
- Automates battles between players based on their levels.
- Provides a version command to display the bot's version and help URL.
- Allows admin commands like DEL (delete account), CHPASS (change password), and ALERT (send channel alert).
- Implements a critical strike feature with a 1/35 chance upon winning a battle.

## File Analysis
- **bot.v2.2.1.txt —** Perl script that runs the bot, manages player accounts, enforces penalties, and handles battles.
- **irpg.db —** Database file for storing player information and next level times.