mIRC Home    About    Download    Register    News    Help

Print Thread
#39827 05/08/03 02:25 PM
Joined: Feb 2003
Posts: 282
S
Fjord artisan
OP Offline
Fjord artisan
S
Joined: Feb 2003
Posts: 282
Is there any way (without using a loop) to find out is there is a transfer (send / receive) to/from someone?

For example, I would like to know if there is an active transfer from someone called Meno.

Furhtermore, I would like to know if I can cancel a transfer using a command (I want to close a connection using a command)

Thanks.

#39828 05/08/03 02:43 PM
Joined: Dec 2002
Posts: 127
F
Vogon poet
Offline
Vogon poet
F
Joined: Dec 2002
Posts: 127
to see if there is a transfer to/from someone, look into $send/$get. if you wanted to make sure it was actually sending, you could compare the .sent from one point to the .sent from another point.

to cancel/close almost any kind of window, look into /close. /close -s will close sends, -g gets, and so on.


------
deep down, i'm really superficial.
#39829 05/08/03 02:46 PM
Joined: Feb 2003
Posts: 282
S
Fjord artisan
OP Offline
Fjord artisan
S
Joined: Feb 2003
Posts: 282
Ok, thanks.

I will try it.


Link Copied to Clipboard