Auser » History » Revision 2
Revision 1 (Per Amundsen, 04/26/2015 05:06 PM) → Revision 2/3 (Per Amundsen, 04/30/2015 02:46 AM)
_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* <pre> ; 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 </pre>