shaniqua-smeggdrop/procs/be4fc6825952b2d54286259ef360a9b8a073d5e1

2 lines
203 B
Plaintext
Raw Permalink Normal View History

{{when {}}} {if {$when eq ""} {set when [clock scan "8 hours ago"]};set ret 0;set i 0; foreach x [lrange [hex2dec [n_r_r $when]] 0 4] {set ret [expr int($ret + ($x * pow(16,$i)))];incr i;}; return $ret}