From WikiChip
Difference between revisions of "mirc/commands/avoice"
m (Bot: Fixing links) |
|||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/avoice Command}} | ||
Auto-Voice is a feature that can be used to manage access for a channel. Whenever a user who's address matches an address in the auto-voice list joins the channel, mIRC will voice them. | Auto-Voice is a feature that can be used to manage access for a channel. Whenever a user who's address matches an address in the auto-voice list joins the channel, mIRC will voice them. | ||
Line 4: | Line 5: | ||
== Synopsis == | == Synopsis == | ||
− | /avoice - | + | /avoice -rwal <nick/address> [#channel1,#channel2,...] [type] [network] |
/avoice <on/off> | /avoice <on/off> | ||
== Switches == | == Switches == | ||
− | * '''-r''' - Indicates address/nick to should be removed | + | * '''-r''' - Indicates address/nick to should be removed, you can pass a channel name to remove that channel only from the list of channel for that entry |
* '''-w''' - Auto-Voice apply to any network | * '''-w''' - Auto-Voice apply to any network | ||
+ | * '''-a''' - Add the entry (default) | ||
+ | * '''-l''' - list all of the auto-voice entry | ||
== Parameters == | == Parameters == | ||
* '''<on/off>''' - Turns the auto-voice feature on/off. | * '''<on/off>''' - Turns the auto-voice feature on/off. | ||
− | * '''<nick/address>''' - The nickname or address of the person to be added to the auto-voice list. Both nickname and addresses are acceptable. Addresses can be wildcard addresses. | + | * '''<nick/address>''' - The nickname or address of the person to be added to the auto-voice list. Both nickname and addresses are acceptable. Addresses can be {{mirc|wildcard}} addresses. |
* '''[#channel1,#channel2,...]''' - Channels to apply the auto-voice to. | * '''[#channel1,#channel2,...]''' - Channels to apply the auto-voice to. | ||
* '''[type]''' - Address type to be used. | * '''[type]''' - Address type to be used. | ||
Line 44: | Line 47: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.9}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
Line 57: | Line 56: | ||
* {{mIRC|$auto}} | * {{mIRC|$auto}} | ||
* {{mIRC|/aop}} | * {{mIRC|/aop}} | ||
+ | * {{mIRC|/auto}} | ||
* {{mIRC|/ignore}} | * {{mIRC|/ignore}} | ||
* {{mIRC|/pop}} | * {{mIRC|/pop}} | ||
Line 62: | Line 62: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|avoice command - mIRC]] |
Latest revision as of 13:37, 13 July 2020
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Auto-Voice is a feature that can be used to manage access for a channel. Whenever a user who's address matches an address in the auto-voice list joins the channel, mIRC will voice them.
The /avoice command can be used to disable or enable this feature as well as add and remove users from and to the list.
Synopsis[edit]
/avoice -rwal <nick/address> [#channel1,#channel2,...] [type] [network] /avoice <on/off>
Switches[edit]
- -r - Indicates address/nick to should be removed, you can pass a channel name to remove that channel only from the list of channel for that entry
- -w - Auto-Voice apply to any network
- -a - Add the entry (default)
- -l - list all of the auto-voice entry
Parameters[edit]
- <on/off> - Turns the auto-voice feature on/off.
- <nick/address> - The nickname or address of the person to be added to the auto-voice list. Both nickname and addresses are acceptable. Addresses can be wildcard addresses.
- [#channel1,#channel2,...] - Channels to apply the auto-voice to.
- [type] - Address type to be used.
- [network] - Optional network name to apply the auto-voice to.
Example[edit]
;Turn on auto voice /avoice on ;Add Madgoat to the auto-voice list. Address type 2, network Undernet /avoice MadGoat 2 Undernet ;Remove Madgoat from the auto-voice list /avoice -r MadGoat 2 Undernet ;Turn off auto voice3 /avoice off
The above example will output:
* Auto-Voice is on - * Added *!*@Example.com to auto-voice list - * Removed *!*@Example.com from auto-voice list - * Auto-Voice is off
Compatibility[edit]
Added: mIRC v5.9
Added on: 26 Apr 2001
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