mIRC Home    About    Download    Register    News    Help

Print Thread
#29780 14/06/03 03:20 PM
Joined: Jan 2003
Posts: 127
L
Vogon poet
OP Offline
Vogon poet
L
Joined: Jan 2003
Posts: 127
Is it possible to detect a dcc get window closed?

Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
What kind of DCC window?
Chat?
Send?
Get?

/help On Close


- cF
Dedicated helper for rent.
Joined: Jan 2003
Posts: 127
L
Vogon poet
OP Offline
Vogon poet
L
Joined: Jan 2003
Posts: 127
Get window! I tried usign on *:close:=: { command }
but it wouldnt work

Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
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.

Joined: Jan 2003
Posts: 127
L
Vogon poet
OP Offline
Vogon poet
L
Joined: Jan 2003
Posts: 127
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?

Last edited by littlecramp; 15/06/03 05:11 AM.
Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
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....

Joined: Dec 2002
Posts: 77
B
Babel fish
Offline
Babel fish
B
Joined: Dec 2002
Posts: 77
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.


Link Copied to Clipboard