From WikiChip
Difference between revisions of "mirc/commands/auser"
(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...") |
m (Bot: de-linking old mIRC menu) |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''/auser command''' | + | {{mirc title|/auser Command}} |
+ | The '''/auser command''' Add or edit an entry in mIRC's User List (the User tab of the Script Editor). | ||
== Synopsis == | == Synopsis == | ||
Line 5: | Line 6: | ||
== Switches == | == Switches == | ||
− | * '''-a''' - If | + | * '''-a''' - If <nick|address> match an entry in the list, <levels> are added to that entry |
== Parameters == | == Parameters == | ||
− | * '''<levels>''' - Access level to be assigned to the nick/address | + | * '''<levels>''' - Access level to be assigned to the nick/address. |
− | * '''<nick|address>''' - The | + | * '''<nick|address>''' - The exact nick or address to be used. |
− | * '''[info]''' - Can be used to add additional information about | + | * '''[info]''' - Can be used to add additional information about that entry. |
== Example == | == Example == | ||
Line 32: | Line 33: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|2.1a}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$ulevel}} |
− | * | + | * {{mIRC|$ulist}} |
− | * | + | * {{mIRC|/flush}} |
− | * | + | * {{mIRC|/guser}} |
− | * | + | * {{mIRC|/iuser}} |
− | * | + | * {{mIRC|/rlevel}} |
− | * | + | * {{mIRC|/ruser}} |
− | * | + | * {{mIRC|/ulist}} |
+ | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|auser command - mIRC]] |
Latest revision as of 18:08, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /auser command Add or edit an entry in mIRC's User List (the User tab of the Script Editor).
Synopsis[edit]
/auser -a <levels> <nick|address> [info]
Switches[edit]
- -a - If <nick|address> match an entry in the list, <levels> are added to that entry
Parameters[edit]
- <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[edit]
;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[edit]
Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list