Try this ... (It is untested however ...)

Code:
on @*:join:#channel2:{
  var %x = 0
  while (%x < $comchan($nick,0)) {
    inc %x 1
    if ($comchan($nick,%x) == #channel1) { var %tmp.1 = 1 }
  }
  if (!%tmp.1) {
    inc %kick.counter 1
    kick $chan $nick Some Reason ... ( $+ %kick.counter $+ )
  }
}


Change #channel1 and #channel2 to the names of the channel.

Last edited by Jigsy; 04/02/06 10:45 PM.

What do you do at the end of the world? Are you busy? Will you save us?