Implementation of the IRC server protocol using node.js.
This project is obsolete. alexyoung/ircd.js implements a larger command set of the RFCs and does that in a nicer way.
var irc = require('./lib/irc');
var server = irc.createServer();
server.listen();
Required:
- Default node.js installation
- node-logger
- sprintf
Optional: