Simple customizable IRC bot built on node.js.
npm install nodeIRCbot
Edit the config options in server.js
npm start
You may also need to grab the dependencies by doing
npm install
To test installation:
!help
To create new commands or update existing ones:
!addcmd [name of command] [text command will output]
If you screw up and want to reset all commands do
sudo rm database/commands.db