irc-replies

2.0.1 • Public • Published

irc-replies

No need to re-write the wheel! This repo contains the reply codes defined by RFC 1459 section 6 and RFC 2812 section 5 as a simple JSON object so you can use them in whatever IRC thingy you are building.

Use as a node.js module:

npm install irc-replies
var reply = require('irc-replies');
 
console.log(reply['372']);
//RPL_MOTD

license

MIT

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i irc-replies

      Weekly Downloads

      21

      Version

      2.0.1

      License

      MIT

      Last publish

      Collaborators

      • williamkapke