mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
whoops
This commit is contained in:
parent
0a2b94fa65
commit
cf8da90c6b
@ -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(',');
|
||||
|
Loading…
Reference in New Issue
Block a user