SpaceCat commented on a Page, Join,Part,Quit Theme  -  Jan 09, 2006

Nice snippet reaperx i\'m using it on my project, I just modified a few bits and added color codes :)
;// JOIN, PART, QUIT //;

on ^:JOIN:#:{
if ($nick == $me) { echo -ti2 $chan Joined: 7 $+ $chan | halt }
else { echo -ti2 $chan Joins: $nick 14(7 $+ $address $+ 14) | halt }
}
on ^
:PART:#:{
if ($1 == $null ) { echo -ti2 $chan Part: $nick ( $+ $address $+ ) | halt }
else { echo -ti2 $chan Parts: $nick 14(7 $+ $address $+ 14) : ( $+ $1- $+ ) | halt }
}
on ^*:QUIT:{
haltdef
var %z = 1
while (%z <= $comchan($nick,0)) { echo -ti2 $comchan($nick,%z) Quit: $nick 14(15 $+ $address $+ 14)15 - 14( $+ $1- $+ 14) | inc %z }
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.