mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2004
Posts: 1
C
Mostly harmless
OP Offline
Mostly harmless
C
Joined: Sep 2004
Posts: 1
If a user closes my server window without typing "exit", then my mIRC crashes. I am using Windows 98, mIRC 6.16 and SysReset 2.53. (I've tried mIRC 6.12 and 6.14 -- the problem still exists with these versions). Please provide me with a solution or a work-around.

Joined: Mar 2004
Posts: 457
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Mar 2004
Posts: 457
download a clean version of mIRC, install it and if it still crashes then post back, otherwise its caused by the script and this forum has nothing to do with external scripts if they are causing problems. Try asking on the sysreset forums if they exist.

Joined: Dec 2003
Posts: 13
S
Pikka bird
Offline
Pikka bird
S
Joined: Dec 2003
Posts: 13
Put this in your aliases, it will fix it so your mIRC won't crash anymore:

close {
if ($1 == -d) {
; /echo -st deferred close $2-
/close $2-
}
else {
; /echo -st deferring close of $1-
.timer -m 1 500 /close -d $1-
}
}


Link Copied to Clipboard