-
Notifications
You must be signed in to change notification settings - Fork 1
Home
mharrison edited this page Sep 13, 2010
·
3 revisions
scrappy is an IRC bot written in python. The goal of scrappy is to make a very small “core” which only handles basic module loading and IRC socket functions. scrappy will have a robust module system which handles dynamic loading, reloading, and unloading of modules. Many separate modules will handle the main functionality of the bot — the only parts of scrappy that will NOT be modules are the core script and module-system-loading code. Modules should be easy to write for end-users, and most of the bot-specific functions for modules should be automatically handled by the module system. scrappy will initially be single-server only but the eventual design should handle multiple servers.
TODO: write the module system design doc