From WikiChip
Difference between revisions of "mirc/on events/on nosound"
m (Fix dead link) |
m (→Parameters: Link access levels) |
||
Line 8: | Line 8: | ||
== Parameters == | == Parameters == | ||
− | <span style="display: inline-block; width: 105px;">'''<level>'''</span>The | + | <span style="display: inline-block; width: 105px;">'''<level>'''</span>The corresponding {{mIRC|access levels}} for the event to trigger. |
<span style="display: inline-block; width: 105px;">'''<commands>'''</span>The commands to be performed when the event listener's criteria is met. | <span style="display: inline-block; width: 105px;">'''<commands>'''</span>The commands to be performed when the event listener's criteria is met. |
Latest revision as of 06:52, 6 February 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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[edit]
ON <level>:NOSOUND:<commands>
Parameters[edit]
<level>The corresponding access levels for the event to trigger.
<commands>The commands to be performed when the event listener's criteria is met.
Example[edit]
Send a message to the user when sound file does not exist:
ON *:NOSOUND:msg $nick Unfortunately, I do not have: $filename
Compatibility[edit]
Added: mIRC v4.6
Added on: 07 Sep 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also[edit]
mIRC on event list