Hey, I am really sorry for necroing this thread and lock it if you wish but I couldn't help but notice that it's set to Allow Multiple Choices. How would I go about disabling this option? smile

EDIT:
Nevermind! I must've missed it but I found it now.
Code:
alias strawpoll.create {
  var %chan = $1, %title = $urlencode($2), %options
  var %multi = true, %permissive = false

Changed var %multi from true to false.

Last edited by LooseFlapper; 28/02/14 02:59 PM.