0.1.1 • Published 8 years ago

tmi.js-channelset v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

What

This module tracks tmi.js channel joins, channel parts, and client disconnects as a Set instance.

Install

$ npm install --save tmi.js-channelset

Usage

const ChannelSet = require('tmi.js-channelset');

let client = new tmijs.client({
			/* ... */
		}),
	channels = ChannelSet(client);

Example

$ git clone https://github.com/AlcaDesign/tmi.js-channelset.git
$ cd tmi.js-channelset
$ npm install
$ node examples\basic.js