From WikiChip
$menutype Identifier - mIRC
< mirc‎ | identifiers
Revision as of 21:05, 22 November 2015 by 83.204.220.54 (talk) (Created page with "{{mirc title|$menutype Identifier}}'''$menutype''' return the name/type of menu in use, same as {{mIRC|$menu}}. == Synopsis == <pre>$menutype</pre> == Paramters == None ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$menutype return the name/type of menu in use, same as $menu.

Synopsis

$menutype

Paramters

None

Properties

None

Example

menu nicklist,channel  {
     $iif($menutype == nicklist,...):{}
     $iif($menutype == channel,...):{}
}

Compatibility

Added: mIRC v6.3
Added on: 16 Aug 2007
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$menu $menucontext