candidate_poll
Procs | |
remove_candidate | Attempts to remove a signed-up mob from a poll. |
---|---|
sign_up | Attempts to sign a (controlled) mob up |
time_left | Returns the time left for a poll |
trim_candidates | Deletes any candidates who may have disconnected from the list |
Proc Details
remove_candidate
Attempts to remove a signed-up mob from a poll.
Arguments:
- M - The mob to remove from the poll, if present.
- silent - If TRUE, no messages will be sent to M about their removal.
sign_up
Attempts to sign a (controlled) mob up
Will fail if the mob is already signed up or the poll's timer ran out. Does not check for eligibility Arguments:
- M - The (controlled) mob to sign up
- silent - Whether no messages should appear or not. If not TRUE, signing up to this poll will also sign the mob up for identical polls
time_left
Returns the time left for a poll
trim_candidates
Deletes any candidates who may have disconnected from the list