Skip to content
bleakgadfly edited this page Jan 21, 2012 · 1 revision

In addition to the constructor, commands and events there are a couple of settings you can set:

ircClient.verbosity

This property defines the level of verbosity node-irc should output to stdout. 0 makes it completely silent (not recommended), 1 outputs normal activity like connection, joining, etc and 2 outputs more detailed reports like when people are joining, saying stuff, getting kicked out.

ircClient.debug

This property is a boolean and should only be used for debugging. Settings this will print out raw IRC messages.

Clone this wiki locally