1.0.3 • Published 6 years ago

subarashi v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Subarashi

A lightweight IRC client.

Subarashi is an IRC client based off of node-irc with similar API functions.

Installation

npm install subarashi

Usage

To get started with Subarashi, you can use this sample script:

var Subarashi = require('subarashi');
var Client = new Subarashi.Client('<irc server>');

Client.on('ready', () => {
    console.log('Client connected!');
});

Client.connect();

This gives you a very basic user account called 'Subarashi' on the IRC server. A full documentation list can be found here.

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago