Originally Posted By: blessing
Code:
On *:TEXT:!Roulette*:#:{
  if ($nick isop #) && ($2) {
    if ($istok(on off,$2,32)) { set %roulette.status $2 }
    return
  }
  if (%floodroulette) || ($($+(%,floodroulette.,$nick),2)) || (%roulette.status == off) { return }

  .... rest of the code ...

}


!Roulette off (to disable roulette)
!Roulette on (to enable)
Command only can be used by moderators.


Works! Thanks so much