Guser » History » Revision 1
Revision 1/2
| Next »
Per Amundsen, 05/03/2015 11:59 PM
Added in 1.9.7
/guser [-a] <levels> <nick|address> [type] [info]
Same as /auser except looks up the address first using /userhost.
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.
[type] - Lookup the address using this type of address.
[info] - Optional information text.
Example
; Adds a new user 'Nick' with access levels 1, 2 and 3. /guser 1,2,3 Nick ; Updates access levels for 'Nick' with 4 and 5. /guser -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. /guser -a =6,7 Nick
Updated by Per Amundsen over 9 years ago · 1 revisions