Errata

IRC Hacks

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Other Digital Version WEB
14th line from the bottom of the code sample

The code sample from IRC Hacks by Paul Mutton online at
http://oreilly.com/pub/h/1966
has an error in it.

The line

if (line.toLowerCase( ).startsWith("PING ")) {

should read:

if (line.toUpperCase( ).startsWith("PING ")) {

Anonymous  Jun 12, 2013