Auser » History » Revision 1
Revision 1/3
| Next »
Per Amundsen, 04/26/2015 05:06 PM
Added in 1.9.7
/auser [-a] <levels> <nick|address> [info]
Adds the specified nick/address to the users list with the specified levels.
If the first level is not preceded by an equal sign then it is a general access level.
Switches
-a - Adds the levels to the matching user, if no user is found, a new user is added.
Parameters
<levels> - Access level(s) to add.
<nick|address> - Nick or address to add.
[info] - Optional information text.
Example
; Adds a new user 'Nick' with access levels 1, 2 and 3. /auser 1,2,3 Nick ; Updates access levels for 'Nick' with 4 and 5. /auser -a 4,5 Nick ; Updates access levels for 'Nick' with 7 and 7. ; By using = in front of the first access level, the default access level for this user is not modified. /auser -a =6,7 Nick
Updated by Per Amundsen over 9 years ago · 1 revisions