Ulist » History » Version 1
Per Amundsen, 04/29/2015 05:36 PM
1 | 1 | Per Amundsen | _Added in 1.9.7_ |
---|---|---|---|
2 | |||
3 | */ulist [<|>] <level>* |
||
4 | |||
5 | Lists the users which have the specified access levels. |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | [<|>] - Lower than or greater than level. |
||
10 | <level> - Levels to list. |
||
11 | |||
12 | *Example* |
||
13 | |||
14 | <pre> |
||
15 | ; Lists all users with access level lower than 10 |
||
16 | /ulist <10 |
||
17 | |||
18 | ; Lists all users with access level greater than 5 |
||
19 | /ulist >5 |
||
20 | |||
21 | ; Lists all users with access level 4 |
||
22 | /ulist 4 |
||
23 | </pre> |