Avatar Name Wildcards

Top  Previous  Next

In all commands that accept avatar names, the following wildcards can be used.

 

Action

Prefix

Example

Users whose name contains certain text

~

To list all users whose name contains the letter 'S':

 

ap:userlist ~S

IP address

@

To find the user whose IP address is 4.3.2.1:

 

ap:whois @4.3.2.1

Session ID (SID)

$

To find the user whose SID is 4593:

 

ap:whois $4593

People under a citizen's privileges (no bots)

#p

To list all the people (not bots) under citizen #298819's privileges:

 

ap:userlist #p298819

Bots under a citizen's privilege (no people)

#b

To list all the bots (not people) under citizen #351063's privileges:

 

ap:userlist #b351063

All users under a citizen's privilege

#a

To list all users (bots and people) under citizen #1's privileges:

 

ap:userlist #a1

Citizen number

#=

To find the user whose citizen number is 299024:

 

ap:userlist #=299024

Users whose name matches a wildcard mask

!

To find all users whose names end in -at:

 

ap:userlist !*at