From WikiChip
Difference between revisions of "mirc/commands/aop"
(Created page with "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 automat...") |
(No difference)
|
Revision as of 01:50, 1 December 2013
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> - This optional parameter can be used to specify which user from the address book to select. The user must already be in your address book.
- <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.