# IDLE RPG Bot v3.1.0

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

## Description
This is a Perl-based IRC bot designed to manage an online role-playing game (RPG) on IRC channels, providing features such as user management, quest handling, and event triggering.

## Key Features
- Manages user accounts with levels, penalties, and quests.
- Handles channel operations like kicking, opping, and ghosting users.
- Supports item and quest modifiers.
- Implements a self-clock for timed events.
- Allows for configuration via a .irpg.conf file.
- Provides commands for administrators to manage the bot.

## File Analysis
- **bot.v3.1.0.pl** — Primary script that runs the bot, handles user interactions, and manages game state.
- **README** — Instructions for first-time users and upgrade paths.
- **.irpg.conf** — Configuration file for setting up the bot's options.
- **ChangeLog.txt** — History of changes to the bot.
- **events.txt** — List of events that can occur in the game.
- **irpgdbtool** — Tool to convert database files from version 2.4 to 3.0.