Difference between revisions of "$level"

From Scriptwiki
Jump to: navigation, search
 
Line 16: Line 16:
 
You can also remove users from your user list using [[Ruser|/ruser]].
 
You can also remove users from your user list using [[Ruser|/ruser]].
  
[[Category:Nick and Address Identifiers]]
+
[[Category:Nick and Address Identifiers]][[Category:Userlist]]

Revision as of 17:38, 24 November 2005

Finds a matching address in the remote users list and returns its corresponding levels list.

$level(nick|address)


The levels will be returned as comma seperated list. If it is no general access level, a "=" will be infront of the level.


Example

auser 1,2,3 Dana
echo -a $level(Dana)

This example would at first add Dana to your userlist and then echo its levels. The result would be "1,=2,=3".

See Also

To add a user by his address, use /guser.

You can also remove users from your user list using /ruser.