irc-bot/README.md

375 B

irc-bot

aewens's IRC bot for irc.tilde.team

Setting up

  1. Install the dependencies using $ npm install
  2. Create the needed JSON files using:
$ cp config.example.json config.json

$ cp blacklist.example.json blacklist.json

$ cp memories.example.json memories.json
  1. Fill out the entries in config.json
  2. Run the bot using node bot.js or npm start