mIRC Home    About    Download    Register    News    Help

Print Thread
#897 10/12/02 02:52 PM
S
Spola
Spola
S
I think it would be sweet to have like a switch for a timer to make sure it re-evaluates everytime it triggers (rather then having to use those pesky $!time thingies).

Multiple commands per timer would be sweet too.

Code:
.timer 1 0 {
  do first thing
  do second thing
  do last thing
}


tell me what you think!

#898 10/12/02 03:00 PM
Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
For idea #2 what's wrong with using the timer to execute an alias with those commands in it?

#899 10/12/02 03:12 PM
S
Spola
Spola
S
hehe

Both of my suggestions aren't really 'needed' per se (the first one can also just call an alias that will re-evaluate).

However i still think it would be neat to have them implemented, as it would make (timer) code much cleaner.

#900 10/12/02 03:12 PM
T
tymonk
tymonk
T
i really like the idea multiple commands for timers
i made a work around to this using a text file with multiple commands and having it play with the timer command but its not the same as having them handy with the timer command and have to edit a different file


#901 10/12/02 05:10 PM
A
angah
angah
A
why dont you just make an alias and let /timer run the alias... aren't it the same?

#902 11/12/02 07:06 AM
G
GrimZ
GrimZ
G
.timer 1 0 dothis $chr(124) dothat $chr(124) echo -a 3 commands done


... it's been supported (or a wierd behaviour)

#903 11/12/02 09:20 PM
S
SyN
SyN
S
umm maybe I'm missing the point
.timerdosomething 3 40 { do this | do that | do other }
never had any unexpected results


Link Copied to Clipboard