mIRC Home    About    Download    Register    News    Help

Print Thread
#202638 26/07/08 11:28 PM
Joined: Nov 2004
Posts: 842
Jigsy Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
How about an /update alias to accompany that update checker under the Help menubar. (Could prolly add an -a flag to disable/enable automatic checking.)

I know it can be easily scripted with "sendkeys % $+ {H}{U}", but still.


Opinions anyone?


What do you do at the end of the world? Are you busy? Will you save us?
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
sounds good to me.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Joined: Feb 2006
Posts: 181
C
Vogon poet
Offline
Vogon poet
C
Joined: Feb 2006
Posts: 181
That would be very helpful. I support this idea smile

How about $update
returns $true if enabled, otherwise it returns $false

Joined: Jan 2006
Posts: 468
Fjord artisan
Offline
Fjord artisan
Joined: Jan 2006
Posts: 468
Yeah, sounds good!

Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Good idea.

Would probably be best if Khaled added some kind of limitation to the amount of times it can be called (say once an hour or something) to relieve stress on the servers.

Otherwise I can see people doing this:

Code:
on *:start: .timer 0 60 update

Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
Nobody would do that unless they love having popup windows in their face every 60 seconds.

That would render mIRC pretty unusable.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Joined: Jan 2006
Posts: 468
Fjord artisan
Offline
Fjord artisan
Joined: Jan 2006
Posts: 468
Originally Posted By: argv0
Nobody would do that unless they love having popup windows in their face every 60 seconds.

That would render mIRC pretty unusable.


Oh trust me, some people WILL be doing this! And yes, it will render mIRC pretty unstable unless Khaled adds a limit for N times per hour to be able to execute the command.

Joined: Feb 2007
Posts: 234
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2007
Posts: 234
more than twice a day is over kill. .. .

Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
why not have mIRC do it by default ? only popping up the box [b]once/b] if there's indeed a new update upon START or every 12 hours ?


$maybe
Joined: Nov 2004
Posts: 842
Jigsy Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
Still on the theme of the whole update thing, it'd be nice if the Esc key would close the dialog for the checker.


What do you do at the end of the world? Are you busy? Will you save us?
Joined: Mar 2006
Posts: 396
T
Pan-dimensional mouse
Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 396
Code:
on 1:update:{
 When update has finished
 if ($newversion > $version) {
 ;If there is a newer version available
  echo -at  $newversion is now available at $getaddress (Available since $newrealeasedate)
  ;Display The newer version availability to client.
 }
 haltdef
 ;Dont show the dialog!!!
}


[02:16] * Titanic has quit IRC (Excess Flood)

Link Copied to Clipboard