Skip to content

Commit

Permalink
Merge pull request #303 from martynsmith/apeiron/dont-piss-off-ops
Browse files Browse the repository at this point in the history
do not autorejoin on kicks. bad bot! no cookie!
  • Loading branch information
Chris Nehren committed Jan 13, 2015
2 parents 406119c + 5b4cb04 commit 6c7e55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Client
localAddress: null,
debug: false,
showErrors: false,
autoRejoin: true,
autoRejoin: false,
autoConnect: true,
channels: [],
secure: false,
Expand Down
2 changes: 1 addition & 1 deletion lib/irc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function Client(server, nick, opt) {
localAddress: null,
debug: false,
showErrors: false,
autoRejoin: true,
autoRejoin: false,
autoConnect: true,
channels: [],
retryCount: null,
Expand Down

0 comments on commit 6c7e55c

Please sign in to comment.