So it would be something like this?

on @*:join:#channel: {
if { Sableye isin $nick } { goto end }
if { Sableye isin $nick } { goto end }
if { Sableye isin $nick } { goto end }
if { Sableye isin $nick } { goto end }
if ($ialchan($wildsite,#,0) > 1) { var %x = 1 | while ($ialchan($wildsite,#,%x).nick) { if ($ifmatch isop #) return | inc %x }
ban -ku600 $chan $wildsite No clones
kick # $nick No CLONES ALLOWED
:end
}
}

And I would just replace "Sableye" with the names of the different nicks?