Difference between revisions of "Ulist"
From Scriptwiki
m (i little fix) |
m (added category) |
||
Line 25: | Line 25: | ||
'''Note:'''<br /> | '''Note:'''<br /> | ||
"/ulist < 10" won't work, the correct format is "/ulist <10" | "/ulist < 10" won't work, the correct format is "/ulist <10" | ||
+ | |||
+ | |||
+ | [[Category:Commands]] |
Latest revision as of 11:13, 2 July 2007
/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"