From WikiChip
$ulist Identifier - mIRC
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.