$level: Difference between revisions
Jump to navigation
Jump to search
m changed category |
m fixed a bit |
||
Line 1: | Line 1: | ||
Finds a matching address in the remote users list and returns its corresponding levels list. | Finds a matching address in the remote users list and returns its corresponding levels list. | ||
$level(nick|address) | $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. | The levels will be returned as comma seperated list. If it is no general access level, a "=" will be infront of the level. | ||
== Example == | == Example == |
Revision as of 11:30, 2 July 2007
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".