[UNMAINTAINED] Bridges IRC to JSON-RPC over UDP (client library).
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-12-02 23:21:15 +01:00
client.js INITIAL 2013-03-03 11:53:44 +01:00
LICENSE INITIAL 2013-03-03 11:53:44 +01:00
package.json name 2013-03-03 11:55:45 +01:00
README.md This project is unmaintained 2016-12-02 23:21:15 +01:00

This project is not actively maintained

Issues and pull requests on this repository may not be acted on in a timely manner, or at all. You are of course welcome to use it anyway. You are even more welcome to fork it and maintain the results.

Unmaintained

ircbridge

Client for the daemon that bridges IRC to JSON-RPC over UDP. Server side is available at https://github.com/calmh/node-ircbridged.

Installation

npm install ircbridge

Usage

var IRCBridge = require('ircbridge');

var bridge = IRCBridge('127.0.0.1')
bridge.join('#channel');
bridge.say('#channel', 'Hello!')

License

MIT