ok, i just got my joins customized:

Code:
  
on ^*:JOIN:#:{
  if ($nick != $me) {
    //echo # 14[14 $+ $time(hh:nntt) $+ 14] 7* 9Joins: $nick 14( $+ $address $+ ) 7«14 $nick($chan,0) total users ( $+ $nick($chan,0,o) ops,  $nick($chan,0,v,o) voices, $calc($nick($chan,0) - ($nick($chan,0,o) + $nick($chan,0,v,o))) others) 7» 
    haltdef
  }
}


How can i make it when I join a channel, it echos to me the number of users?

Now, i am trying to make the quits and parts customized too. the problem is, i can't get the quit message to show up.

I just get something like..

* Quits: Nick (address)

it wont show the quit message..

How do I do this?

Last edited by brad2; 01/07/03 02:39 AM.