_Added 2.3_ *on :DOWNLOAD:name:* Triggers when a download is finished. _See also [[/download]], [[$download]], [[$downloaderr]]._ *Parameters* - The [[User Access Level]] for the event to trigger. - The [[$download]] name to listen to. - The commands to be performed when the event listener's criteria is met. *Example*
; Download the url 'https://adiirc.com/setup64.exe' to the file 'setup.exe'.
/download adiirc https://adiirc.com/setup64.exe setup.exe

on *:DOWNLOAD:adiirc:echo -ag Download of $download($download).file is complete.