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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    70
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.1
    70
  • 2.0.0
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i irc-replies

Weekly Downloads

22

Version

2.0.1

License

MIT

Last publish

Collaborators

  • williamkapke