Fluxbot

The small, extendable IRC bot for Node.js

Grab your own fromGitHub

What is Fluxbot?!

Fluxbot is a lightweight, easy to use IRC bot. It is extensible, like a supybot, and can perform all normal bot tasks easily, with a permission system to regulate who can do what. It has built in support for command prefixes, help files, and you get the full bot object to tinker with as a plugin maker - the possibilities are almost endless!

How do I get one?

To get running, clone the code from the GitHub repo (click that big button up there!). Then, simply set up a Redis database somewhere, configure config.json to point to it, and run bot.js. While you're there, configure your IRC server, nick, command prefix and channels to join. Optionally, you may want to add a password for authentication to NickServ.

How do I make it do more?

Fluxbot can be extended in the form of plugins, which can contain custom code to run on start and commands, with integrated permissions and help. To see a list of available plugins, go here. For more information, see the GitHub repository's README.