Vote core is a core module for managing voting and recording votes. It provides the vote command, which will record votes. It does not provide an in game interface for creating votes.
function new_vote(str $question, array $options, int $duration, str $outchan="both", bool $changable=FALSE)
Creates a new vote.
function extend_vote(int $voteid, int $seconds)
Extends duration of a running vote.
function cast_vote(string $player, int $voiteid, int $choice)
Casts a vote.