# Idle RPG Bot v3.0

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

## Description
This is a standalone IRC bot written in Perl for managing an online role-playing game (IRPG). It handles player interactions, manages quests, and enforces rules within the game environment.

## Key Features
- Manages player accounts and levels.
- Handles quest-related events and updates.
- Provides commands for admins to manage users and the game state.
- Implements a system for user alignment (good, neutral, evil) with associated bonuses and penalties.
- Tracks item modifiers and their effects on battles.
- Detects and logs netsplits.

## File Analysis
- **bot.v3.0.pl** — The main bot script that handles IRC communication, player interactions, and game logic.
- **README** — Instructions for first-time users to set up and run the bot.
- **ChangeLog.txt** — A history of changes made to the bot over time.
- **events.txt** — A list of random events that can occur in the game.
- **irpgdbtool** — A Perl script used to convert database files from version 2.4 to 3.0.