/NodeJS-IRC-Bot

A plugin-based IRC bot written in NodeJS.

Primary LanguageJavaScriptThe UnlicenseUnlicense

NodeJS IRC Bot

This is a plugin-based IRC Bot written in NodeJS and maintained by Karl Tiedt.

Prerequisites

  • NodeJS (tested under v0.6.5)

How to run

Modify your configuration in bot.js and run the following command:

node bot.js

The bot will now attempt to connect. Turn on debugging to see the incoming/outgoing packets.

*** Originally written by Michael Owens.