/VoteServ

:ballot_box_with_check: standalone irc vote bot written in node.js

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

VoteServ

standalone irc vote bot written in node.js

Requirements

You need to have node.js and npm installed.

Installation

Download VoteServ from github: git clone https://github.com/omnidan/VoteServ.

Install dependencies: Run npm install in the VoteServ directory.

Configuration

Now create a config.json file in the VoteServ directory. It should look like the example below. More networks can be added. (Config is JSON format)

{
  "network": {
    "address": "localhost",
    "port": 6667,
    "channels": ["#lounge"],
    "nick": "VoteServ",
    "admin": "dan",
    "nickserv": "[redcated]"
  }
}

Running

Simply run node main.js and the bot should connect to the configured networks.