diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-07-01 18:22:06 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-07-01 18:22:06 +0200 |
commit | c320012ebd38fe5498cfa8435fa3724729334ec9 (patch) | |
tree | 3f0cd4a7728713fa3ede1cc867e40b6758dc1902 /data | |
parent | 0922746bece8a66babd3da1019e49abfa59bc5c9 (diff) |
poll plugin: some TODOs
Diffstat (limited to 'data')
-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 |