3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00

fucking typo

This commit is contained in:
Luke Slater 2012-06-15 17:30:54 +01:00
parent cfb00d3588
commit 881834978d

View File

@ -37,7 +37,7 @@ var poll = function(dbot) {
var vote = event.input[2];
if(polls.hasOwnProperty(name)) {
if(polls[name].votees.hasOwnProperty(vote)) {
if(!polls[name].votes.hasOwnProperty(vote)) {
if(polls[name].votees.hasOwnProperty(event.user)) {
var oldVote = polls[name].votees[event.user];
polls[name].votes[oldVote]--;