on @*:text:*:#channel: {
if ($nick isop #) { halt }
if ($strip($1-) != $hget(Repeat,$+($nick,$chan))) || (!$hget(Repeat,$+($nick,$chan))) {
hadd -m Repeat $+($nick,$chan) $strip($1-)
hdel Repeat $+($nick,$chan,.count)
hinc -u[color:red]N[/color] Repeat $+($nick,$chan,.count)
}
elseif ($strip($1-) == $hget(Repeat,$+($nick,$chan))) {
hinc -u30 Repeat $+($nick,$chan,.count)
if ($hget(Repeat,$+($nick,$chan,.count)) >= [color:blue]N[/color]) { [color:orange]kick $chan $nick out![/color] | [color:purple]hdel -w Repeat $+($nick,$chan,*)[/color] }
}
}