code:
_____________________________________________________________
[color:blue:]on *:text:!ping:#:{ set[/color] %channel $chan | .ctcp $nick ping } }
on *:ctcpreply:*ping*:{
if ($2 == $null) {
unset %channel | halt }
var %pt = $ctime - $2
if (%pt < 0) { %pt = 0 }
.msg
%channel $nick 4Your Ping reply is: [12 $+ $duration(%pt) $+ 4] I'm your ping servant.
}
}

____________________________________________________________
Hope That Works Ok
laugh
oops
some1 beat me to it lol
use his it prolly works better

Last edited by whatsthedillio; 15/08/04 10:44 AM.