Bot Modules

rbot is an extensible IRC bot: it is possible to add new features without modifying the code officially distributed. This is done via plugins. From version 0.9.11 onwards, some of the core funcionality of rbot (join/quit/save/rescan etc, auth and security, config management) are implemented in pretty much the same way as plugins. A BotModule is just the collective name for plugins and core modules.