Top

TitleBar Clock

Please Register to submit score.
Average Score  5.0
Scores Submitted  3
Date Added  Mar 05, 2008
Last Updated  Mar 05, 2008
Tags  alias  aliases  clock  computer  connect  on  options  perform  script  scripts  time 

Introduction

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:
Code:
/title.start

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

or use this on connect script:
Code:
on *:CONNECT: {
  title.start
}


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


Grab the Code

Comments

  (9)  RSS
mountaindew
Comments: 1,380
 
mIRC Snippet:  TitleBar Clock
Posted on Mar 5, 2008 5:46 pm
i would do it on start
napa182
Comments: 742
 
mIRC Snippet:  TitleBar Clock
Posted on Mar 5, 2008 6:08 pm
or like this
Code:
on *:connect:{ .timertitlebar 0 1 title.update }
alias title.update { titlebar - $time(h:nn:ss tt) }
burford
Comments: 5
 
mIRC Snippet:  TitleBar Clock
Posted on Mar 5, 2008 7:54 pm
I like it jonesy.....In my title bar now
Korvin
Comments: 241
 
mIRC Snippet:  TitleBar Clock
Posted on Mar 5, 2008 10:22 pm
i made one of these once =D
jonesy44
Comments: 644
 
mIRC Snippet:  TitleBar Clock
Posted on Mar 6, 2008 12:54 pm
thanks for the comments =)
Glad you like it, burford ;-)
SnoooP
Comments: 348
 
mIRC Snippet:  TitleBar Clock
Posted on Mar 7, 2008 11:06 am
its nice ;) how the hell did your computers clock break lmao
jonesy44
Comments: 644
 
mIRC Snippet:  TitleBar Clock
Posted on Mar 10, 2008 3:42 pm
i ran a vista transform pack, which i then f*cked up the registry files lalala .. etcetc you get the idea. lol
mountaindew
Comments: 1,380
 
mIRC Snippet:  TitleBar Clock
Posted on Mar 10, 2008 3:55 pm
^^ I was gonna get the transformation pack, but I was scared that I'd fark up my whole computer
jonesy44
Comments: 644
 
mIRC Snippet:  TitleBar Clock
Posted on Mar 17, 2008 1:07 pm
Haha, it worked ok, but dont install *everthing* like the sidebar is a load of BS, the fonts, mouse, startbar etc is all good, but apart from that, it just screws with your comp. i ran a fresh install of xp and left it there xD

Please Register or Login to start posting comments.
Bottom