Project

General

Profile

Actions

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 User Access 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 7 years ago · 4 revisions

Also available in: PDF HTML TXT