From WikiChip
Difference between revisions of "mirc/commands/ulist"
Line 12: | Line 12: | ||
* '''N''' - This specifies the access level that you wish to list. | * '''N''' - This specifies the access level that you wish to list. | ||
− | = Examples = | + | == Examples == |
'''List all users with an access level lower than or equal to 10''' | '''List all users with an access level lower than or equal to 10''' | ||
<pre>/ulist <10</pre> | <pre>/ulist <10</pre> | ||
Line 27: | Line 27: | ||
− | = See also = | + | == See also == |
* {{mIRC|/auser}} | * {{mIRC|/auser}} | ||
* {{mIRC|/flush}} | * {{mIRC|/flush}} |
Latest revision as of 00:40, 4 May 2023
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
/ulist allows you to list the access levels of users based on a certain criteria.
Contents
Synopsis[edit]
/ulist [<|>] <level>
Switches[edit]
- > - Display all users with access greater than or equal to the level parameter specified.
- < - Display all users with access less than or equal to the level parameter specified.
Parameters[edit]
- N - This specifies the access level that you wish to list.
Examples[edit]
List all users with an access level lower than or equal to 10
/ulist <10
This would result in something similar to the screenshot below:
List users with access level greater than or equal to 5
/ulist >5
List users with access level equal to 3
/ulist 3
See also[edit]
mIRC commands list