Project

General

Profile

Auser » History » Version 2

Per Amundsen, 04/30/2015 02:46 AM

1 1 Per Amundsen
_Added in 1.9.7_
2
3
*/auser [-a] <levels> <nick|address> [info]* 
4
5
Adds the specified nick/address to the users list with the specified levels.
6
7
If the first level is not preceded by an equal sign then it is a general access level.
8
9
*Switches*
10
11
-a - Adds the levels to the matching user, if no user is found, a new user is added.
12
13
*Parameters*
14
15
<levels> - Access level(s) to add.
16
<nick|address> - Nick or address to add.
17
[info] - Optional information text.
18
19
*Example*
20
21
<pre>
22
; Adds a new user 'Nick' with access levels 1, 2 and 3.
23
/auser 1,2,3 Nick
24
25
; Updates access levels for 'Nick' with 4 and 5.
26
/auser -a 4,5 Nick
27
28
; Updates access levels for 'Nick' with 7 and 7.
29
; By using = in front of the first access level, the default access level for this user is not modified.
30
/auser -a =6,7 Nick
31
</pre>