mIRC Homepage
Posted By: hkr Halting "* disconnected" message - 16/02/07 01:57 PM
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
Posted By: Kardafol Re: Halting "* disconnected" message - 17/02/07 09:44 PM
try
Code:
on ^*:disconnect: {
..commands...
haltdef
}

I'm not saure if it will work, though. But it should.
Posted By: hkr Re: Halting "* disconnected" message - 18/02/07 01:23 PM
tried it already, actually it was the first thing i tried.
© mIRC Discussion Forums