From c3035ca3681f291782657001164de3f2c8a22b2b Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sat, 25 Jan 2014 19:27:01 -0600 Subject: [PATCH] Fix poll bug --- lib/channel-new.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/channel-new.js b/lib/channel-new.js index 6e761a10..86f6e8ed 100644 --- a/lib/channel-new.js +++ b/lib/channel-new.js @@ -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