mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 22:39:26 +01:00
whoops
This commit is contained in:
parent
0a2b94fa65
commit
cf8da90c6b
@ -11,7 +11,8 @@ var poll = function(dbot) {
|
|||||||
} else {
|
} else {
|
||||||
polls[name] = {
|
polls[name] = {
|
||||||
'name': name,
|
'name': name,
|
||||||
'owner': event.user
|
'owner': event.user,
|
||||||
|
'votes': {}
|
||||||
};
|
};
|
||||||
|
|
||||||
var options = event.input[2].split(',');
|
var options = event.input[2].split(',');
|
||||||
|
Loading…
Reference in New Issue
Block a user