From WikiChip
Difference between revisions of "mirc/commands/beep"
(Created page with "The '''/beep command''' can be used to generate simple tones on the speaker. The command can also perform the beeps multiple times and with certain delay. == Synopsis == /be...") |
m (→Compatibility: Correct version number.) |
||
(15 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/beep Command}} | ||
The '''/beep command''' can be used to generate simple tones on the speaker. The command can also perform the beeps multiple times and with certain delay. | The '''/beep command''' can be used to generate simple tones on the speaker. The command can also perform the beeps multiple times and with certain delay. | ||
== Synopsis == | == Synopsis == | ||
− | /beep | + | /beep [number] [delay] |
== Switches == | == Switches == | ||
Line 8: | Line 9: | ||
== Parameters == | == Parameters == | ||
− | * ''' | + | * '''[number]''' - Number of beeps, default to 3 if not specified. |
− | * '''<delay>''' - Delay (in milliseconds) | + | * '''<delay>''' - Delay (in milliseconds), default to ~500ms if not specified. |
== Example == | == Example == | ||
Line 16: | Line 17: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|3.2}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$vol}} |
− | * | + | * {{mIRC|$ebeeps}} |
− | * | + | * {{mIRC|/ebeeps}} |
− | * | + | * {{mIRC|/sound}} |
+ | * {{mIRC|/speak}} | ||
+ | * {{mIRC|/vol}} | ||
+ | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|beep command - mIRC]] |
Revision as of 15:12, 3 May 2023
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /beep command can be used to generate simple tones on the speaker. The command can also perform the beeps multiple times and with certain delay.
Synopsis
/beep [number] [delay]
Switches
None
Parameters
- [number] - Number of beeps, default to 3 if not specified.
- <delay> - Delay (in milliseconds), default to ~500ms if not specified.
Example
;Beep 3 times with a second delay /beep 3 1000
Compatibility
Added: mIRC v3.2
Added on: 02 May 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also
[Expand]
mIRC commands list