TitleBar Clock

By Jonesy44 on May 29, 2009

I decided to develop this very simple script when my computer clock decided to f*ck up, im now using it more than the main computer clock so i thought i'd share =)

Either put:

/title.start

in your perform (ALT+O -> Options -> Perform...)

or use this on connect script:

on *:CONNECT: {
  title.start
}

Please note, this script runs off your local computer time
***UPDATE: 12 Hr clock instead of 24Hr clock

on *:start:timertitlebar 0 1 title.update
alias title.update titlebar - $time(hh:nn:ss tt)
;shortenned version ;)

Comments

Sign in to comment.
Jonesy44   -  May 30, 2009

The truth comes out. However, unlike YOU, I am not -still- a n00b :P

 Respond  
Kirbeh_Pr0nz   -  May 30, 2009

dun dun dunnnnnnnnnnnnnnnn

 Respond  
Jonesy44   -  May 30, 2009

yes, it's unbelievable, i know, i was once - a nooob :P

 Respond  
Kirbeh_Pr0nz   -  May 29, 2009

when joo were a newb? :o

 Respond  
Jonesy44   -  May 29, 2009

dude, i accidentaly re-posed this :P this is from back when i was learning to script XD

 Respond  
Dodge   -  May 29, 2009

works fine. Bit long though and It should be at the other end of the bar so roomname, modes and topic come first.
We probably know the day and date so your way is better.
on *:start:timertitlebar 0 1 title.update
alias title.update titlebar $asctime(hh:nn:ss) $asctime(tt)

 Respond  
Dodge   -  May 29, 2009

on *:start:timertitlebar 0 1 title.update
alias title.update titlebar - $asctime(dddd) The $asctime(dd) $asctime(mmmm yyyy) $asctime(hh:nn:ss) $asctime(tt)
I'll try that

 Respond  
Jonesy44   -  May 29, 2009

urrr.. i updated my old one, and it posts a new one? :L

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.