your question is extreamly unclear
remotes respond to an event in some way ...
maybe you mean u want to detect clones ?
on 1:JOIN:*: {
if ($ialchan($mask($fulladdress,2),$chan,0) > 1) { echo $chan *** NOTICE: $nick has $ifmatch clones on this channel !! }
}
make sure u have /ial on and note that this will only work when you have an updated IAL for the chanel, if its a channel you sit in alot then no worries except right after you join perhaps .. as not everyone in the channel will be on your IAL (Internal Address List) instantly. (you could make it so they were by doing /who $chan on join for yourself) but it perhaps wouldnt be nessicary .. all depends on what exactly your looking to do
to kick clones checking your op status and addig a kick command is all thats required to the above remote.
hope this is what you ment
Cobra^