The QuoteEngine is an eggdrop TCL script (with an optional PHP-based Web interface) that allows channel users (with the right flags) to store IRC quotes in a MySQL database. Adding, searching, fetching, and deleting from the channel are supported. Multiple channel support is native.
The TopicEngine is an advanced TCL script for eggdrop bots for managing the topic in one or more channels. It allows users to change or lock the channel topic through the use of public commands in the channel, with fine-grain permission controls available. Users do not have to be opped to change the topic (but the bot must be if the channel is +t). It can automatically refresh the topic after a netjoin, and allows command caching to avoid flooding the channel with topic changes. The topic can also be locked by appropriate people. TopicEngine will attempt to communicate with other TopicEngine bots in the channel to avoid a topic live-lock flood.