mIRC Home    About    Download    Register    News    Help

Print Thread
#6192 12/01/03 02:10 AM
Joined: Dec 2002
Posts: 295
S
Fjord artisan
OP Offline
Fjord artisan
S
Joined: Dec 2002
Posts: 295
Hi, ok an easy one for you all. laugh

I have a mIRC quitter script i made

I have something like this in my code

Code:
[color:green]; Combo box message select[/color]
on 1:dialog:mircquit:sclick:3:{ 
  /quit %tempmessage $did(2) 
}

Now i would like to be able to put a command after the /quit %tempmessage event that closes mIRC for me after i choose my message.

Maybe something like

Code:
[color:green]; Combo box message select[/color]
on 1:dialog:mircquit:sclick:3:{ 
  /quit %tempmessage $did(2) 
[color:red]  /close mIRC[/color]
}

Is this possible ?
I searched the mIRC help file to find such a command, i even searched the official website, incase it was in there

Thanks
ShadowDemon
mIRC 6.03


Never argue with an idiot...they'll drag you down to their level and beat you up with experience
#6193 12/01/03 02:15 AM
Joined: Dec 2002
Posts: 45
J
Ameglian cow
Offline
Ameglian cow
J
Joined: Dec 2002
Posts: 45
try /exit

#6194 12/01/03 09:29 AM
Joined: Dec 2002
Posts: 295
S
Fjord artisan
OP Offline
Fjord artisan
S
Joined: Dec 2002
Posts: 295
hahaha, thanks Julie2, it works great smile

(i honestly searched everywhere, lol)

ShadowDemon


Never argue with an idiot...they'll drag you down to their level and beat you up with experience

Link Copied to Clipboard