From WikiChip
mirc/commands/auser
< mirc‎ | commands
Revision as of 02:51, 1 December 2013 by David (talk | contribs) (Created page with "The '''/auser command''' can be used to manipulate mIRC's Internal Access List. Access is add to the User tab of the Script Editor. == Synopsis == /auser -a <levels> <nick|a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The /auser command can be used to manipulate mIRC's Internal Access List. Access is add to the User tab of the Script Editor.

Synopsis

/auser -a <levels> <nick|address> [info]

Switches

  • -a - If user is already exists, level is added to the old one

Parameters

  • <levels> - Access level to be assigned to the nick/address
  • <nick|address> - The EXECT nick or address to be used
  • [info] - Can be used to add additional information about a user

Example

;Add an address; Info can be retrieved using $ulist(*!*@Example.com).info
;5:*!*@Example.com Cool people
/auser 5 *!*@Example.com Cool people
 
;Add another level for the same address
;10,=5:*!*@Example.com Cool people 
/auser -a 10 *!*@Example.com
 
;Remove Address
/ruser *!*@Example.com

The above example will output:

* Added *!*@Example.com to user list
* Added level(s) to user *!*@Example.com
* Removed *!*@Example.com from user list

Compatibility

Added: mIRC v2.1a

Added On: 28/02/1995

Note: Individual switches were not taken into consideration.

See also