Project

General

Profile

Auser » History » Version 1

Per Amundsen, 04/26/2015 05:06 PM

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
17
<nick|address> - Nick or address to add.
18
19
[info] - Optional information text.
20
21
*Example*
22
23
<pre>
24
; Adds a new user 'Nick' with access levels 1, 2 and 3.
25
/auser 1,2,3 Nick
26
27
; Updates access levels for 'Nick' with 4 and 5.
28
/auser -a 4,5 Nick
29
30
; Updates access levels for 'Nick' with 7 and 7.
31
; By using = in front of the first access level, the default access level for this user is not modified.
32
/auser -a =6,7 Nick
33
</pre>