From WikiChip
Difference between revisions of "mirc/identifiers/$level"
(Created page with "{{mirc title|$level Identifier}}'''$level''' finds a matching address in the remote users list and returns its corresponding levels list. == Synopsis == <pre>$speak(address)...") |
(→Synopsis) |
||
Line 3: | Line 3: | ||
== Synopsis == | == Synopsis == | ||
− | <pre>$ | + | <pre>$level(address)</pre> |
== Paramters == | == Paramters == |
Latest revision as of 15:23, 28 October 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$level finds a matching address in the remote users list and returns its corresponding levels list.
Synopsis[edit]
$level(address)
Paramters[edit]
- address - The address used you want the correspond levels list of
Properties[edit]
None
Example[edit]
//echo -a $level(*!*@mirc.com)
would display something like =5,10,20,21,32
Compatibility[edit]
Added: mIRC v7.0
Added on: 02 Apr 2010
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.