From WikiChip
Difference between revisions of "mirc/identifiers/$ulist"
(Created page with "{{mirc title|$ulist Identifier}}'''$ulist''' returns the Nth address in the Users list that matches the specified address and level. '''Note''': $ulist also returns entries i...") |
(→Paramters) |
||
Line 8: | Line 8: | ||
== Paramters == | == Paramters == | ||
* '''nick!userid@address''' - the address used to match, you can specify a wildcard address. If you don't specify a full address, it completes with wildcards. | * '''nick!userid@address''' - the address used to match, you can specify a wildcard address. If you don't specify a full address, it completes with wildcards. | ||
+ | * '''L''' - if you provide this parameter, it must be a level number and only matching addresses that contain the specified level are returned | ||
* '''N''' - The Nth matching address, default to 1. if N is 0, returns the total number of queued line. | * '''N''' - The Nth matching address, default to 1. if N is 0, returns the total number of queued line. | ||
− | |||
== Properties == | == Properties == |
Revision as of 14:27, 4 October 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$ulist returns the Nth address in the Users list that matches the specified address and level.
Note: $ulist also returns entries in the Users list which are just nickname
Synopsis
$ulist(nick!userid@address,L,N)
Paramters
- nick!userid@address - the address used to match, you can specify a wildcard address. If you don't specify a full address, it completes with wildcards.
- L - if you provide this parameter, it must be a level number and only matching addresses that contain the specified level are returned
- N - The Nth matching address, default to 1. if N is 0, returns the total number of queued line.
Properties
- .info - return the information string used in /auser for example.
Example
//echo -a $ulist(*,,0)
Compatibility
Added: mIRC v5.41
Added on: 24 Jul 1998
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.