On MP3END » History » Revision 5
Revision 4 (Per Amundsen, 07/09/2016 02:31 PM) → Revision 5/6 (Per Amundsen, 07/09/2016 02:41 PM)
_Added in 1.9.6_
*<notextile>on <level>:MP3END:<commands></notextile>*
Triggers when AdiIRC finishes playing a mp3 sound.
_See also [[/splay]], [[on MIDIEND]], [[on WAVEEND]], [[on SONGEND]], [[$filename]]._
*Parameters*
<level> - The level for the event to trigger.
<commands> - The commands to be performed when the event listener's criteria is met.
*Example*
<pre>
on *:MP3END:echo -ag Song $filename finished playing.
</pre>