From c320012ebd38fe5498cfa8435fa3724729334ec9 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 1 Jul 2010 18:22:06 +0200 Subject: poll plugin: some TODOs --- data/rbot/plugins/poll.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/rbot') 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 -- cgit v1.2.3