Actions
On UNZIP » History » Revision 1
Revision 1/3
| Next »
Per Amundsen, 06/28/2017 11:19 PM
Added in 2.9
on <level>:ZIP:<commands>
Trigger when a /zip -u operation is finished.
See also on ZIP, /zip, $zip, $ziperr.
Parameters
<level> - The User Access Level for the event to trigger.
<commands> - The commands to be performed when the event listener's criteria is met.
Example
on *:UNZIP:echo -ag unzipped $zip($zip).src into $zip($zip).dest status: $iif($ziperr,fail,ok)
Updated by Per Amundsen over 7 years ago · 1 revisions