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...") |
|||
Line 2: | Line 2: | ||
== Synopsis == | == Synopsis == | ||
− | /beep | + | /beep [number] [delay] |
== Switches == | == Switches == | ||
Line 8: | Line 8: | ||
== 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 26: | Line 26: | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
* [[$vol identifier - mIRC|$vol]] | * [[$vol identifier - mIRC|$vol]] | ||
+ | * [[/ebeeps command - mIRC|/ebeeps]] | ||
* [[/sound command - mIRC|/sound]] | * [[/sound command - mIRC|/sound]] | ||
* [[/speak command - mIRC|/speak]] | * [[/speak command - mIRC|/speak]] |
Revision as of 18:49, 19 May 2014
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.3, v3.4
Added On: 21/06/1995
Note: Individual switches were not taken into consideration.