mIRC Homepage
Posted By: littlecramp Detect Dcc get window close? - 14/06/03 03:20 PM
Is it possible to detect a dcc get window closed?
Posted By: c0ldfusi0n Re: Detect Dcc get window close? - 14/06/03 03:29 PM
What kind of DCC window?
Chat?
Send?
Get?

/help On Close
Posted By: littlecramp Re: Detect Dcc get window close? - 14/06/03 03:32 PM
Get window! I tried usign on *:close:=: { command }
but it wouldnt work
Posted By: The_Game Re: Detect Dcc get window close? - 14/06/03 06:46 PM
What about...

Code:
 
On *:CLOSE:!: echo -a Window Closed!


Dunno if it works or not i just caught it from looking at the "On Close" section of the help file...If I was you I would play around with some of those examples to see if any work for you or not...Just a suggestion though...hope it helps.
Posted By: littlecramp Re: Detect Dcc get window close? - 15/06/03 04:44 AM
On *:CLOSE:!:
That is for dcc fileserver!

If on close cannot detect the closing of dcc event, what about detecting /close -g or /close -s or close -c?
Posted By: The_Game Re: Detect Dcc get window close? - 15/06/03 05:54 AM
Like I said, I didn't know whether or not it worked....It just caught my eye and I figured I would throw a random suggestion in the original posters direction...nor did I take the time to read the section in the help file it in its entirety. I just skimmed it. I was just merely suggesting that playing around with the options more, they may find what they are looking for....
Posted By: BlackAle Re: Detect Dcc get window close? - 15/06/03 10:29 AM
I had this problem some time ago, the solution I used was to use the.. on *:FILERCVD:*: event instead, which triggers when a dcc file send is complete.
© mIRC Discussion Forums