1 2 3 4 5
var ircd = require('ircdjs') process.argv.push('-f') process.argv.push('ircd/config.json') ircd.Server.boot()