mIRC Home    About    Download    Register    News    Help

Print Thread
#170085 02/02/07 09:17 PM
Joined: Dec 2006
Posts: 16
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Dec 2006
Posts: 16
alias time {
.echo -a 13,0Accediendo a la hora del sistema 
:dani
.echo -qa %time
.set %time $asctime($time)
inc %time

goto dani
}

but is freeze , any sugestions thnx

Joined: Jan 2007
Posts: 280
Fjord artisan
Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
Is it a popup? Maybe i know then... confused


Squee whenever a squee squee's. Squee whenever a squee does not squee.
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
It freezes because you have an infinite loop.

I don't know what you're using this for, but if you want to have the time appear every second or whatever, use timers:

/.timerClock 0 1 echo -qa $asctime($time)

Remember that if you do a .echo (with the .), you will never see the echo.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard