# Limnoria IRC Bot

**Category:** Standalone_Bot
**Original Author:** Jeremiah Fincher (2002-2005), James McCoy (2009-2014)

## Description
This is a standalone IRC bot written in Python, designed to automate various tasks on IRC networks. It includes features such as user management, channel automation, and network services.

## Key Features
- **User Management:** Auto-op, auto-halfop, and auto-voice commands.
- **Channel Automation:** Join, part, kick, and op commands.
- **Network Services:** Provides services like fserve and XDCC.

## File Analysis
- **__init__.py** — Initialization file for the bot.
- **config.py** — Configuration settings for the bot.
- **plugin.py** — Contains various plugins and functionality modules.
- **test.py** — Test scripts for the bot's functionality.
- **setup.py** — Setup script for packaging and distribution.