# 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 various tasks on IRC networks. It includes features such as channel management, user tracking, and event handling.

## Key Features
- **Channel Management:** Handles JOIN, PART, KICK events.
- **User Tracking:** Tracks user actions and manages op levels.
- **Event Handling:** Responds to various IRC events with predefined scripts.
- **Scripting Capabilities:** Uses Python for scripting and automation.

## File Analysis
- **setup.py** — Contains setup information for the bot.
- **__init__.py** — Initialization file, often used in Python packages.
- **fr.py** — French localization file.
- **config.py** — Configuration settings for the bot.
- **plugin.py** — Contains plugins and extensions for the bot's functionality.
- **test.py** — Test scripts or examples of how to use the bot.
- **__init__.py (multiple instances)** — Initialization files, often used in Python packages.