From WikiChip
Difference between revisions of "mirc/commands/vol"
< mirc‎ | commands

m (See also)
m (Switches)
Line 5: Line 5:
  
 
== Switches ==
 
== Switches ==
* '''-w''' - waves
+
{| class="wikitable" style="line-height: 25px; margin-left: 75px;"
* '''-m''' - midis
+
|-
* '''-p''' - mp3s
+
! OBJ !! Description
* '''-v''' - master volume
+
|-
* '''-uN''' - sets mute setting; 1 = on, 2 = off
+
| '''-w''' || Waves
 +
|-
 +
| '''-m''' || Midis
 +
|-
 +
| '''-p''' || MP3s
 +
|-
 +
| '''-v''' || Master Volume
 +
|-
 +
| '''-uN''' || Sets mute setting: '''1''' = ''ON'', '''2''' = ''OFF''
 +
|}
  
 
== Parameters ==
 
== Parameters ==

Revision as of 20:58, 25 June 2014

The /vol command lets you change the system volume as well as for waves, mp3s, and midis. The /vol command can also be used to mute the system volume.

Synopsis

/vol -wmpvuN [volume]

Switches

OBJ Description
-w Waves
-m Midis
-p MP3s
-v Master Volume
-uN Sets mute setting: 1 = ON, 2 = OFF

Parameters

  • [volume] - volume (0 to 65535)

Example

;Turn on mute
/vol -vu1

Compatibility

Added: mIRC v5.8

Added On: 05/09/2000

Note: Individual switches were not taken into consideration.

See Also