Skip to content

Commit

Permalink
fix unfinished code from merging #228
Browse files Browse the repository at this point in the history
  • Loading branch information
Fionn Kelleher committed May 29, 2014
1 parent 833190d commit a4b8742
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/irc.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,9 @@ function Client(server, nick, opt) {
}
else {
if ( self.opt.debug )
util.log("\u001b[01;31mUnhandled message: " + util.inspect(message) + "\u001b
util.log("\u001b[01;31mUnhandled message: " + util.inspect(message) + "\u001b[0m");
break;
}
}
}); // }}}

Expand Down

0 comments on commit a4b8742

Please sign in to comment.