Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. on *:TEXT:!live:#exuviax:{
  2. var %current-time = $calc(($time(H) * 60 + $time(n)) * 60 + $time(s))
  3. var %start-time = 50400
  4. var %math = %start-time - %current-time
  5. /rotate msg # There are $duration(%math) left until 2pm
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement