# Limnoria IRC Bot

**Category:** Standalone_Bot
**Original Author:** Jeremiah Fincher, James McCoy, Valentin Lorentz

## Description
This is a standalone IRC bot written in Python, designed to automate various tasks on an IRC network. It includes features for managing channels, users, and services.

## Key Features
- **Auto-op management**: Automatically assigns operator status based on predefined rules.
- **Channel management**: Handles joining and parting of channels.
- **User management**: Manages user permissions and actions within the bot.
- **Service interaction**: Interacts with IRC services to perform tasks like fserve and XDCC.

## File Analysis
- **__init__.py** — Initialization script for the package.
- **config.py** — Configuration settings for the bot, including paths and constants.
- **plugin.py** — Contains various plugins that extend the functionality of the bot.
- **test.py** — Test scripts to verify the functionality of different modules.
- **setup.py** — Setup script for packaging and distributing the bot.