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?
EDIT:Nevermind! I must've missed it but I found it now.
alias strawpoll.create {
var %chan = $1, %title = $urlencode($2), %options
var %multi = true, %permissive = false
Changed var %multi from true to false.