Fix poll bug

This commit is contained in:
calzoneman 2014-01-25 19:27:01 -06:00
parent cae52ef86f
commit c3035ca368
1 changed files with 1 additions and 1 deletions

View File

@ -550,7 +550,7 @@ Channel.prototype.part = function (user) {
// Clear poll vote
if (self.poll) {
self.poll.unvote(user.ip);
self.sendPoll(self.users);
self.sendPollUpdate(self.users);
}
// Clear voteskip vote