mirror of
https://github.com/calmh/node-ircbridge.git
synced 2026-07-17 01:35:04 +00:00
[UNMAINTAINED] Bridges IRC to JSON-RPC over UDP (client library).
- JavaScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| client.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
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.
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
