well that takes out the fun for me
i just wanted to add a irc script i have, it counts ur days and shit when u put in your birthday.
heres the mirc code if it helps
//code
code:
alias age {
set %age $calc((($ctime - $ctime(1986 May 4))) /60 /60 /24 /365.2422)
set %next.bday $duration($calc($ctime(2005 May 4) - $ctime))
say I am $left(%age,6) years old. My Next Birthday is in %next.bday
unset %age
}
//end of code
basically says "I am 18.976 years old. My Next Birthday is in 1wk 2days" when u say ur bday is on may 4 1986