A simple, elegant IRC bot that is easy for extension.
git clone https://github.com/licson0729/tracerbot.git
cd tracerbot
npm install
node bot.js
Edit the configuration file config/options.json, start the bot. Now you go to your IRC channel or
send a private message to your bot. Every message starts with a dash - will be considered a command
and interpreted by it. You can start by typing -help to get an idea what it can do.
Want to create extensions? You can either start by looking at the source code (it's simple) or you can go ahead and read DEVELOPMENT.md for more details.
MIT