Project

General

Profile

On FILERCVD » History » Revision 3

Revision 2 (Per Amundsen, 11/16/2015 04:22 AM) → Revision 3/4 (Per Amundsen, 04/19/2016 10:42 AM)

_Added in 1.9.9_ 

 *<notextile>on <level>:FILERCVD:<filename[,filename]>:<commands></notextile>* 

 Triggers when a [[/dcc|dcc]] get succeeds. 

 _See also [[on FILESENT]], [[on SENDFAIL]], [[on GETFAIL]], [[$filename]], [[$get]]._ 

 _[[$get]]([[$nick]]) and [[$get]](-1) can be used to retrieve dcc information about this event._ [[$filename]]._ 

 *Parameters* 

 <level> - The level for the event to trigger. 
 <filename[,filename]> - Filename(s) to listen to. 
 <commands> - The commands to be performed when the event listener's criteria is met. 

 *Example* 

 <pre> 
 on *:FILERCVD*:echo -ag Got $filename from $nick $address 
 </pre>