jeeves-framework
jeeves-framework copied to clipboard
A Python IRC Bot Framework. Easily create IRC bots with a single command
Plugins should be able to request which messages they want to consume. Examples: - Message - Notice - User Join - User Leave
Before a 1.0 release all of the core functionality needs to have tests written for it
Before a 1.0 release we need documentation on the major aspects of the framework. - Quickstart guide - Documentation on core - Creating plugins
- Auto kick for spamming, excessive swearing, etc. - Help text - `seen` command (displays when a user was last online|active) - `queue` command (queue messages for when a user...