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...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
== 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 {{mirc|wildcard}} address. If you don't specify a full address, it completes with {{mirc|wildcard|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 == |
Latest revision as of 15:17, 20 October 2018
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[edit]
$ulist(nick!userid@address,L,N)
Paramters[edit]
- 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[edit]
- .info - return the information string used in /auser for example.
Example[edit]
//echo -a $ulist(*,,0)
Compatibility[edit]
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.