Project

General

Profile

Actions

On FILESENT » History » Revision 3

« Previous | Revision 3/4 (diff) | Next »
Per Amundsen, 04/19/2016 10:42 AM


Added in 1.9.9

on <level>:FILESENT:<filename[,filename]>:<commands>

Triggers when a dcc send succeeds.

See also on FILERCVD, on SENDFAIL, on GETFAIL, $filename, $send.

$send($nick) and $send(-1) can be used to retrieve dcc information about this event.

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

on *:FILESENT:*:echo -ag Sent $filename to $nick $address

Updated by Per Amundsen about 8 years ago · 3 revisions

Also available in: PDF HTML TXT