From WikiChip
$ulist Identifier - mIRC
< mirc‎ | identifiers

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


See Also[edit]

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