By true i mean not disconnect or when the session closed, but when the dcc chat WINDOW closes!
the
on *:close:=:{ echo blaaa } works fine when i close the window BEFORE the session ends, but im looking for something that would trigger when the session is ended but the window is still open (like when the other user closes his window) and i close the window with the inactive chat.
Can i be anymore clearer??
Again: the on *:close:=: triggers when the session is ended, but i want it to trigger when i close the window, even though the session is ended.
Not
on *:close:=:{ if ($chat(1).status == inactive) { close -i | echo this is NOT the trigger i want } Clear now?? It'd better be...
Thx anyway for anyones time!!!