Ulist

From Scriptwiki
Revision as of 09:04, 23 April 2007 by Cail (talk | contribs) (added page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

/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"