namespace IRC.options
Description
Default global options, all instances will inherit these options.
Defaults
IRC.options =
{ server: '127.0.0.1'
, port: 6667
, encoding: 'ascii'
, nick: 'js-irc'
, user:
{ username: 'js-irc'
, hostname: 'thetubes'
, servername: 'tube1'
, realname: 'Javascript Bot'
}
}