3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00
This commit is contained in:
Luke Slater 2012-06-13 21:16:29 +01:00
parent 0a2b94fa65
commit cf8da90c6b

View File

@ -11,7 +11,8 @@ var poll = function(dbot) {
} else {
polls[name] = {
'name': name,
'owner': event.user
'owner': event.user,
'votes': {}
};
var options = event.input[2].split(',');