0.1.1 • Published 8 years ago

dbrawirc v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.0

8 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago