forked from GitHub/dbot
fucking typo
This commit is contained in:
parent
c018e338dc
commit
5904708d6b
@ -43,7 +43,7 @@ var poll = function(dbot) {
|
|||||||
polls[name].votes[oldVote]--;
|
polls[name].votes[oldVote]--;
|
||||||
polls[name].votes[vote]++;
|
polls[name].votes[vote]++;
|
||||||
polls[name].votees[event.user] = vote;
|
polls[name].votees[event.user] = vote;
|
||||||
event.reply(dbot.t('changed_voted', {'vote': vote, 'poll': name,
|
event.reply(dbot.t('changed_vote', {'vote': vote, 'poll': name,
|
||||||
'count': polls[name].votes[vote]}));
|
'count': polls[name].votes[vote]}));
|
||||||
} else {
|
} else {
|
||||||
polls[name].votes[vote]++;
|
polls[name].votes[vote]++;
|
||||||
|
Loading…
Reference in New Issue
Block a user