From WikiChip
$ulist Identifier - mIRC
< mirc‎ | identifiers
Revision as of 15:27, 4 October 2017 by 83.204.135.178 (talk) (Paramters)

$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.


See Also

/auser /flush /guser /ruser /rlevel /iuser /ulist