mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2006
Posts: 19
H
hkr Offline OP
Pikka bird
OP Offline
Pikka bird
H
Joined: Mar 2006
Posts: 19
i searched for an hour but is seems that noone has asked about that before. so i'm trying to halt the (hh:ss) * disconnected message in the status window and tried triggering with an on DISCONNECT, an on ERROR and even with an on QUIT event but it didn't work. (don't laugh at my stupidness about the on QUIT, i'm desparate cry )

So does anyone know how to halt the "* disconnected" message?
Please help me cry

Joined: Jan 2007
Posts: 259
K
Fjord artisan
Offline
Fjord artisan
K
Joined: Jan 2007
Posts: 259
try
Code:
on ^*:disconnect: {
..commands...
haltdef
}

I'm not saure if it will work, though. But it should.


Those who can, cannot. Those who cannot, can.
Joined: Mar 2006
Posts: 19
H
hkr Offline OP
Pikka bird
OP Offline
Pikka bird
H
Joined: Mar 2006
Posts: 19
tried it already, actually it was the first thing i tried.


Link Copied to Clipboard