From WikiChip
Difference between revisions of "mirc/commands/aop"
m (Bot: Fixing links) |
m (Bot: Fixing links) |
||
Line 54: | Line 54: | ||
* [[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|$aop}} |
− | * | + | * {{mIRC|$avoice}} |
− | * | + | * {{mIRC|$auto}} |
* {{mIRC|/avoice}} | * {{mIRC|/avoice}} | ||
* {{mIRC|/ignore}} | * {{mIRC|/ignore}} |
Revision as of 19:18, 5 July 2014
Auto-OP is a feature that can be used to manage access for a channel. Whenever a user whose address matches an address in the auto-op list joins the channel, mIRC will automatically OP them.
The AOP command can also be used to disable or enable this feature as well as add and remove users from and to the list.
Synopsis
/aop -rw <nick/address> [#channel1,#channel2,...] [type] [network] /aop <on/off>
Switches
- -r - Indicates address/nick to should be removed
- -w - Auto-OP apply to any network
Parameters
- <on/off> - Turns the auto-op feature on/off.
- <nick/address> - The nickname or address of the person to be added to the auto-op list. Both nickname and addresses are acceptable. Addresses can be wildcard addresses.
- [#channel1,#channel2,...] - Channels to apply the auto-op to.
- [type] - Address type to be used.
- [network] - Optional network name to apply the auto-op to.
Example
;Turn on auto op /aop on ;Add Madgoat to the auto-op list. Address type 2, network Undernet /aop MadGoat 2 Undernet ;Remove Madgoat from the auto-op list /aop -r MadGoat 2 Undernet ;Turn off auto op /aop off
The above example will output:
* Auto-Op is on - * Added *!*@Example.com to auto-op list - * Removed *!*@Example.com from auto-op list - * Auto-Op is off
Compatibility
Added: mIRC v5.9
Added On: On: 26/04/2001
Note: Individual switches were not taken into consideration.
See also
mIRC commands list