mIRC Home    About    Download    Register    News    Help

Print Thread
#44420 27/08/03 05:11 PM
Joined: Aug 2003
Posts: 23
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Aug 2003
Posts: 23
alias reloj {

.titlebar $time
while ( %time < $time ) {
inc %time
.titlebar $time
}

#44421 27/08/03 05:17 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
yes?


new username: tidy_trax
#44422 27/08/03 05:33 PM
Joined: Aug 2003
Posts: 23
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Aug 2003
Posts: 23
i try to do a clock online
i need ,a automatic watch


thnx

#44423 27/08/03 05:38 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
dont know what ya mean


new username: tidy_trax
#44424 27/08/03 05:42 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
put time in titlebar, try

/timer 0 1 /titlebar $!time

As for making a time go off at a certain time, try

/timer 14:30 1 1 /echo -a Its now 2:30pm


-KingTomato
#44425 27/08/03 05:56 PM
Joined: Aug 2003
Posts: 23
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Aug 2003
Posts: 23
sorry for make you dont understand , its dificult to me ,to write in english , i need a time upstair on titlebar,

10:00:01
10:00:02
10:00:03
something like that

sorry

#44426 27/08/03 06:14 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
alias ttime {
!timertime 0 1 titlebar $!time
}
alias stime {
!timertime off
}
/ttime - starts the timer.
/stime - stops the timer.


new username: tidy_trax

Link Copied to Clipboard