Anti Flood not working, help me
making every script not work

Quote

on *:TEXT:*:#mychannel: {
if ($nick == mychannel) {
if (%floodcommand) { return }
set -u600 %floodcommand On
else {
var %b = /(foi 2.|foi 4.|foi 6.|foi 8.|foi 10.|foi 11.|foi 13.|foi 15.|foi 17.|foi 19.|foi 20.|foi 22.|foi 24.|foi 26.|foi 28.|foi 30.|foi 31.|foi 33.|foi 35.)/Si
if ($regex($1-,%b)) { timer 1 2 msg $chan !roleta 1 b
timer 1 90 msg $chan !roleta 2 r
timer 1 180 msg $chan !roleta 4 b
timer 1 270 msg $chan !roleta 8 r
timer 1 360 msg $chan !roleta 16 b }
}
}