From WikiChip
Difference between revisions of "mirc/commands/auser"
m (Bot: Adding a template) |
m (Bot: Fixing links) |
||
Line 43: | Line 43: | ||
* [[$ulevel identifier - mIRC|$ulevel]] | * [[$ulevel identifier - mIRC|$ulevel]] | ||
* [[$ulist identifier - mIRC|$ulist]] | * [[$ulist identifier - mIRC|$ulist]] | ||
− | * | + | * {{mIRC|/flush}} |
− | * | + | * {{mIRC|/guser}} |
− | * | + | * {{mIRC|/iuser}} |
− | * | + | * {{mIRC|/rlevel}} |
− | * | + | * {{mIRC|/ruser}} |
− | * | + | * {{mIRC|/ulist}} |
{{mIRC command list}} | {{mIRC command list}} | ||
[[Category:MIRC commands]] | [[Category:MIRC commands]] |
Revision as of 18:29, 5 July 2014
The /auser command Add or edit an entry in mIRC's User List (the User tab of the Script Editor).
Synopsis
/auser -a <levels> <nick|address> [info]
Switches
- -a - If <nick|address> match an entry in the list, <levels> are added to that entry
Parameters
- <levels> - Access level to be assigned to the nick/address.
- <nick|address> - The exact nick or address to be used.
- [info] - Can be used to add additional information about that entry.
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
mIRC commands list