0.5.2 • Published 9 years ago

nwitch v0.5.2

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

nwitch

Build Status Dependency Status

nwitch is a simple, pluggable IRC bot written in JavaScript and designed to work in Node.js.

nwitch was initially conceived as a TwitchTV chat moderation bot, whose functions would be defined through individual plugins. However, its scope has since widened, considering how it is the plugins that choose whether to be specific to TwitchTV or not.

Currently, nwitch is in early development. There are no guarantees that anything is working at any particular point in time.

Installation

$ npm install nwitch

API

var Nwitch = require('nwitch');

var nwitch = new Nwitch(config)

Creates a new Nwitch instance with options config:

  • config.irc.address
  • config.irc.port
  • config.account.username
  • config.account.password
  • config.account.channel

nwitch.use(plugin)

Adds the given plugin function. Returns nwitch for chaining.

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago