Hi all,
Thanks for all the replies so far.
I have tried playing with this, and have not succeeded in getting it to work.
I have pasted this in my mIRC window
//hadd hashtable test $ctime
//if $calc($ctime - $hget(hashtable,test) <= $duration(1 week)) { echo -a lol }
it echoes lol
but if i also do
//if $calc($ctime - $hget(hashtable,test) >= $duration(1 week)) { echo -a lol }
it still echoes lol.
?!?