summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/poll.rb
AgeCommit message (Collapse)Author
2012-09-21poll: usual gettext frozen string issuesGiuseppe Bilotta
2012-09-21poll: handle privately-asked pollsGiuseppe Bilotta
When a poll is asked in private, its channel will be empty. Make sure that communication go in private again, and do mention that the poll was asked in private in the poll info.
2012-09-21poll: restart/close polls that were runningGiuseppe Bilotta
On init, we need to see if there were polls running, and put them up again (if there's still time) or announce their results (otherwise).
2012-09-21poll: oopsie in the gettext string for poll statusGiuseppe Bilotta
2010-11-30poll: missing choice value in replyGiuseppe Bilotta
2010-11-30poll: cope with gettext frozen stringGiuseppe Bilotta
Some gettext versions freeze the string they return, so dup them before modifying them.
2010-10-04poll: suppress warningGiuseppe Bilotta
2010-07-01poll plugin: some TODOsGiuseppe Bilotta
2010-07-01poll plugin: message fixesGiuseppe Bilotta
Set up gettext strings properly, adjust case, and cope more cleanly with the case of multiple address prefixes.
2010-07-01poll plugin: make 'start' keyword optionalGiuseppe Bilotta
2010-07-01poll plugin: message fixesGiuseppe Bilotta
2010-07-01poll plugin: improve poll start handlingGiuseppe Bilotta
Use the time parsing routines in utils, and compute the split at blob parse time rather than at command recognition time.
2010-07-01poll: New plugin for having polls (votes, contests, etc) running.David Gadling
Polls can be brief (2 minutes) or longer lasting (2 weeks).