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

m (Bot: de-linking old mIRC menu)
Line 1: Line 1:
 
{{mirc title|/menubar Command}}
 
{{mirc title|/menubar Command}}
The '''/menubar command''' turns the menubar on/off and/or display the current status.
+
The '''/menubar command''' display the current status and optionally turns the menubar on/off.
  
 
== Synopsis ==
 
== Synopsis ==
Line 6: Line 6:
  
 
== Switches ==
 
== Switches ==
 
+
none
 
 
 
== Parameters ==
 
== Parameters ==
 
* '''[on|off]''' - if specified, turns the menubar on/off
 
* '''[on|off]''' - if specified, turns the menubar on/off
 +
== Example ==
  
== Example ==
+
<pre>; ensures the menubar is enabled
 +
/menubar on</pre>
  
 +
* Note: While the menubar is off, the menubar's options are now accessed from left-clicking the mIRC icon in the upper left corner of the main window, or right-clicking anywhere in the main window's titlebar.
  
 
== Compatibility ==
 
== Compatibility ==
Line 18: Line 20:
  
 
== See also ==
 
== See also ==
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
{{mIRC command list}}
 
 
[[Category:mIRC commands|menubar command - mIRC]]
 

Revision as of 08:06, 8 March 2021

The /menubar command display the current status and optionally turns the menubar on/off.

Synopsis

/menubar [on|off]

Switches

none

Parameters

  • [on|off] - if specified, turns the menubar on/off

Example

; ensures the menubar is enabled
/menubar on
  • Note: While the menubar is off, the menubar's options are now accessed from left-clicking the mIRC icon in the upper left corner of the main window, or right-clicking anywhere in the main window's titlebar.

Compatibility

Added: 6.32

See also