diff options
Diffstat (limited to 'data/rbot/plugins')
-rw-r--r-- | data/rbot/plugins/poll.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/rbot/plugins/poll.rb b/data/rbot/plugins/poll.rb index a2cc9274..79f663f1 100644 --- a/data/rbot/plugins/poll.rb +++ b/data/rbot/plugins/poll.rb @@ -8,6 +8,10 @@ # # Submit a poll question to a channel, wait for glorious outcome. # +# TODO better display for start/end times +# TODO 'until ...' time spec +# TODO early poll termination +# TODO option to inform people about running polls on join (if they haven't voted yet) class ::Poll attr_accessor :id, :author, :channel, :running, :ends_at, :started |