on @1:TEXT:*:#: {
if ($nick !isop $chan) && ($nick !isvo $chan) {
if (%repeater [ $+ [ $address ] ] == $null) { inc %repeater [ $+ [ $address ] ] 1 }
if (%repeat-text [ $+ [ $address ] ] == $1-) { inc %repeater [ $+ [ $address ] ] 1 }
if (%repeat-text [ $+ [ $address ] ] == $null) { set %repeat-text [ $+ [ $address ] ] $1- }
.timer 1 10 unset %repeater [ $+ [ $address ] ]
.timer 1 10 unset %repeat-text [ $+ [ $address ] ]
if (%repeater [ $+ [ $address ] ] >= 3) { goto kick }
else { goto end }
:kick
mode # +b $wildsite
kick $chan $nick ‹…Repeating Is Not Allowed Here…›
:end
}
}
طرد تكرار الكلام اكثر من مرتين
if ($nick !isop $chan) && ($nick !isvo $chan) {
if (%repeater [ $+ [ $address ] ] == $null) { inc %repeater [ $+ [ $address ] ] 1 }
if (%repeat-text [ $+ [ $address ] ] == $1-) { inc %repeater [ $+ [ $address ] ] 1 }
if (%repeat-text [ $+ [ $address ] ] == $null) { set %repeat-text [ $+ [ $address ] ] $1- }
.timer 1 10 unset %repeater [ $+ [ $address ] ]
.timer 1 10 unset %repeat-text [ $+ [ $address ] ]
if (%repeater [ $+ [ $address ] ] >= 3) { goto kick }
else { goto end }
:kick
mode # +b $wildsite
kick $chan $nick ‹…Repeating Is Not Allowed Here…›
:end
}
}
طرد تكرار الكلام اكثر من مرتين
تعليق