From WikiChip
mirc/on events/on nosound
< mirc‎ | on events
Revision as of 20:52, 25 June 2014 by Zmodem (talk | contribs) (Created On nosound event - mIRC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The ON NOSOUND event triggers when a remote user attempts to send a sound request and the file does not exist on the local mIRC system.

This event fills the $filename identifier with the file name of the attempted sound.

Synopsis

ON <level>:NOSOUND:<commands>

Parameters

<level>The level for the event to trigger.

<commands>The commands to be performed when the event listener's criteria is met.

Example

Send a message to the user when sound file does not exist:

ON *:NOSOUND:msg $nick Unfortunately, I do not have: $filename

Compatibility

Added: mIRC v4.6

Added On: 07/09/96

See Also