mIRC Home    About    Download    Register    News    Help

Print Thread
#22872 07/05/03 02:16 AM
M
Maveric
Maveric
M
Is there a way for me to know when a file is sent. I know the code for when a GET completes/fails. But couldn't find any mention of how you know it starts. All I need to get out of it is the filename and nick that is sending it.

#22873 07/05/03 03:31 AM
S
ScatMan
ScatMan
S
when some1 sends a file to u B4 u accept the file the ctcp event is triggered:
ctcp *:dcc send *:?:
$nick - the nick that sends the file
$3 - the filename


#22874 07/05/03 06:35 AM
M
Maveric
Maveric
M
Thanks alot! Works wonders!


Link Copied to Clipboard