Provides a simple way to vote on answers to a question
For example, this creates a poll::
| Command | Help |
|---|---|
| add | Poll add [<channel>] <question> <answer1> [<answer2> [<answer3> [...]]] Creates a new poll with the specified <question> and answers on the <channel>. The first word of each answer is used as its id to vote, so each answer should start with a different word. <channel> is only necessary if this command is run in private, and defaults to the current channel otherwise. |
| close | Poll close [<channel>] <poll_id> Closes the specified poll. |
| list | Poll list [<channel>] Lists open polls in the <channel>. |
| results | Poll results [<channel>] <poll_id> Returns the results of the specified poll. |
| vote | Poll vote [<channel>] <poll_id> <answer_id> Registers your vote on the poll <poll_id> as being the answer identified by <answer_id> (which is the first word of each possible answer). |