Ok my code works thats not the problem, i was wanting it to say $nick is a clone flooder! just one time not everytime can someone help fix it pls ty. ![]()
on @*:JOIN:#: {
hinc -mu5 cloneflood $nick
if ($hget(cloneflood,$nick) >= 2) {
var %x = 1 | while ($ialchan(*,#,%x).user) {
if ($ifmatch != $ial($me).user) {
msg # $ifmatch Hey $nick is clone flooder!
}
inc %x
}
}
}