constructor new IRC

View Source on GitHub →

new IRC( options )
  • options (Object) – Options for specific instance.

Creates a new IRC instance.

Examples

var irc = new IRC( { server: 'irc.freenode.net', nick: 'lolbot' });