Skip to content

Commit

Permalink
fix duplicate webirc key; thanks @Trinitas
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nehren committed Jan 10, 2015
1 parent c98030f commit 8394482
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/irc.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ function Client(server, nick, opt) {
autoRejoin: true,
autoConnect: true,
channels: [],
webirc: {},
retryCount: null,
retryDelay: 2000,
secure: false,
Expand Down

0 comments on commit 8394482

Please sign in to comment.