Difference between revisions of "Ulist"

From Scriptwiki
Jump to: navigation, search
m (added page)
 
m (added category)
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
 
  /ulist 4      lists users with access level 4
 
  /ulist 4      lists users with access level 4
  
''Example:''
+
'''Example:'''
  
 
  ; add 3 different masks, with levels 3, 6 and 12
 
  ; add 3 different masks, with levels 3, 6 and 12
Line 23: Line 23:
 
  * End of users list
 
  * End of users list
  
''note'' "/ulist < 10" won't work, the correct format is "/ulist <10"
+
'''Note:'''<br />
 +
"/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"