nessthehero / nodebot

IRC bot in Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodebot

IRC bot in Node.js

Nodebot needs a config file.

It looks like this:

Store in ./config/index.js

exports.config = {
    "server": "morgan.freenode.net",
    "nick": "NodeBot",
    "channel": "#nodejs"
}

About

IRC bot in Node.js

License:MIT License


Languages

Language:JavaScript 100.0%