# 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 an IRC network. It includes features such as channel management, user interaction, and event handling.

## Key Features
- **Automated Channel Management**: Handles JOIN/LEAVE/KICK commands.
- **User Interaction**: Responds to !commands and .commands.
- **Access Control**: Implements a user-level system for managing permissions.
- **Event Handling**: Triggers actions based on IRC events like JOIN, PART, KICK.

## File Analysis
- **setup.py** — Sets up the bot as a Python package.
- **__init__.py** (multiple instances) — Initialization and setup code.
- **fr.py** — French localization file for messages.
- **config.py** — Configuration settings for the bot.
- **plugin.py** — Contains various plugins and modules that extend the bot's functionality.
- **test.py** — Test scripts to verify the bot’s behavior.