Fixed formatting.

This commit is contained in:
Daniel Evans 2012-06-15 17:18:36 +02:00
parent a409af06fd
commit 0eb051eef9

View File

@ -1,7 +1,7 @@
var poll = function(dbot) {
if(!dbot.db.hasOwnProperty('polls')) {
dbot.db.polls = {};
}
if(!dbot.db.hasOwnProperty('polls')) {
dbot.db.polls = {};
}
var polls = dbot.db.polls;
var commands = {
'~newpoll': function(event) {