Code:
on 500:text:*:#:{
  if ($1 == !ylist) {
    var %i 1
    while (%i <= $ulist(*,500,0) {
      msg $chan %i
      inc %i
    }
  }
}

well how can i take all user list chan with a command ?
i did try that didnt works

Last edited by xyzzy; 21/06/08 03:51 PM.