on @*:ban:#:{
var %i = 1
while ($ialchan($banmask,#,%i).nick) {
kick # $ifmatch Banned by $nick
inc %i
}
}

This snippet works fine, the thing is that its not working if a channel op kicks someone out of the channel, it works only on a ban.

can you please make it so it also will react on a kick event..


*!*@help.me.if.you.can