This is a Python 3 IRC Bot, it is not meant to feature a completely readable source. But is instead focusing on easy and functional scripting support.
An easily extensible IRC Bot written in Python 3
The "Plugin Manager" enables you to reload, plugins on the fly as the bot is running, simply write:
.reload
to the bot, and it will reload the plugins in the scripts directory.
Requirements:
- Python 3.x → http://python.org
Features:
- Plugin Support (loading/reloading during runtime)