Full featured, modular IRC bot built from scratch in Python, similar to eggdrop. The internal object oriented IRC library is designed to be both flexible and extensible and is easily separated from the rest of the bot for other projects.
A module developed to make producing IRC bots in Python much easier.
Hides the raw IRC away so users only have to worry about producing functionality, not connections and parsing of information. Object orientated, well documented, fast to start using