# Limnoria IRC Bot

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

## Description
This is a standalone IRC bot written in Python, designed to automate tasks and manage channels. It includes features such as user management, channel automation, and flood protection.

## Key Features
- User management with auto-op functionality.
- Channel automation including text sending, joining, kicking, and oping users.
- Flood protection mechanisms.
- IRC services interaction for fserve/XDCC functionalities.

## File Analysis
- **setup.py** — Python package setup script.
- **__init__.py** (multiple instances) — Module initialization files.
- **fr.py** — French localization file.
- **config.py** — Configuration settings for the bot, including paths and permissions.
- **plugin.py** — Contains various plugin functions and classes to extend the bot's functionality.
- **test.py** — Test scripts for the bot’s functionalities.