diff --git a/lib/channel/voteskip.js b/lib/channel/voteskip.js index 28eb5bb2..cf25ded6 100644 --- a/lib/channel/voteskip.js +++ b/lib/channel/voteskip.js @@ -47,9 +47,10 @@ VoteskipModule.prototype.handleVoteskip = function (user) { title = " " + this.channel.modules.playlist.current.media.title; } - var name = user.getName() || "(anonymous)" + var name = user.getName() || "(anonymous)"; this.channel.logger.log("[playlist] " + name + " voteskipped " + title); + user.setAFK(false); this.update(); };