0.1.1 • Published 10 years ago

dbrawirc v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

dbrawirc - Read from an IRC socket.

######Example:

"use strict";

const dbrawirc = require('dbrawirc');
const events = require('events');

class Bot extends events.EventEmitter {
  constructor(opts) {
    super();

    this.nick = opts.nick;
    this.socket = new dbrawirc.client();
  }
}

let bot = new Bot();

If you would like to contribute to this project, feel free to!

0.1.1

10 years ago

0.1.0

10 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago