johandpr / ircbotsamplepr

Sample IRC bot made with NodeJS, testing vagrant features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample IRC bot made with NodeJS

Requirements Install Vagrant: https://www.vagrantup.com/

How to execute

  1. Open folder with this project on the command line
  2. vagrant up
  3. vagrant ssh
  4. cd /vagrant/
  5. node index.js

Bot will connect to irc.rizon.net #puertorico by default. If you wish to change this, modify the index.js file.

About

Sample IRC bot made with NodeJS, testing vagrant features


Languages

Language:JavaScript 100.0%