;explain

this Identify returns all nicks except ops $nopnick(#,0)

;Loop

Code:
 
alias knop {
var %x = $nopnick($1,0)
while (%x) {
kick $1 $nopnick($1,%x) 
dec %x
 }
}

;dont try this if you are not oped on the channel

:usage:/knop #channelname