# IDLE RPG Bot v3.1.2

**Category:** Standalone_Bot
**Original Author:** jotun@idlerpg.net

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

## Key Features
- Manages user accounts with levels and quests.
- Handles user commands for leveling up, viewing stats, and performing actions.
- Implements a quest system where users can complete quests to gain rewards or penalties.
- Automatically voices users upon login if configured.
- Provides a map of the game world for users to navigate.

## File Analysis
- **bot.v3.1.2.pl** — Main bot script implementing user management, quest handling, and event triggering.
- **README** — Basic instructions for running the bot and upgrading from previous versions.
- **.irpg.conf** — Configuration file for setting up various options such as server details, bot nicknames, and command triggers.
- **ChangeLog.txt** — History of changes and updates to the bot.
- **events.txt** — List of predefined events or quests that users can complete.
- **irpgdbtool** — Script for converting database files from version 2.4 to version 3.0.