diff --git a/contrib/js/livechan.js b/contrib/js/livechan.js index 08c900e..d944cb1 100644 --- a/contrib/js/livechan.js +++ b/contrib/js/livechan.js @@ -884,8 +884,6 @@ function Chat(domElem, channel, options) { // send captcha solution self.connection.send({Captcha: { ID: id, Solution: solution}}); }); - // begin login sequence - this.login(); } Chat.prototype.clear = function () {