Ulist
From Scriptwiki
/ulist [<|>] <level>
This lists users which have the specified access levels.
/ulist <10 lists users with access levels less than or equal to 10 /ulist >5 lists users with access levels larger than or equal to 5 /ulist 4 lists users with access level 4
Example:
; add 3 different masks, with levels 3, 6 and 12 /auser 3 test!*@* /auser 6 *!test@* /auser 12 *!*@test
; show users with access level lower than 9 /ulist <9
; the output would be: * Remote users list: 3:test!*@* 6:*!test@* * End of users list
Note:
"/ulist < 10" won't work, the correct format is "/ulist <10"