# 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 an IRC network. It includes features for joining channels, managing users, and handling events such as text messages.

## Key Features
- Joins specified channels
- Manages user permissions and operations (OPs)
- Handles text messages and triggers commands

## File Analysis
- **setup.py** — Setup script for the bot.
- **__init__.py** — Initialization file; likely contains imports or setup code.
- **fr.py** — French localization file, possibly for translations.
- **config.py** — Configuration settings for the bot.
- **plugin.py** — Contains plugins and their functionality.
- **test.py** — Test scripts or examples of usage.