Code:
on *:TEXT:*#*:#YOUR-CHANNEL:{
  if (idle isin $1-) {
    set %lcv 1
    while (%lcv <= $0) {
      if ($chr(35) isin $gettok($1-,%lcv,32)) {
        if ($gettok($1-,%lcv,32) ischan) {
          msg $gettok($1-,%lcv,32) HEY! Everyone come and idle in my channel! just type /join $chan
        )
        else {
          join $gettok($1-,%lcv,32)
          msg $gettok($1-,%lcv,32) HEY! Everyone come and idle in my channel! just type /join $chan
          part $gettok($1-,%lcv,32)
        }
      }
      inc %lcv
    }
    unset %lcv
  }
}

something like that...
note: not tested

Last edited by winbots_co_uk; 01/06/04 08:03 PM.