Project

General

Profile

Avoice » History » Revision 3

Revision 2 (Per Amundsen, 02/04/2020 09:03 PM) → Revision 3/4 (Per Amundsen, 02/04/2020 10:06 PM)

_Added in 3.1_ 

 */avoice [-lrw] <on|off|nick|address> [#channel1,#channel2,...] [type] [network]* 

 Add/remove/list users from the auto-voice list. 

 /avoice with no parameters shows [[$true]] if auto-op is enabled, otherwise [[$false]]. 

 _See also [[$aop]], [[/aop]], [[/protect]], [[$protect]]._ _If you do not specify a type then only the users nickname is used. If you specify a type then the users address is looked up via the server._ 

 *Switches* 

 -l - Prints all auto-voice users. 
 -r - Removes a address from the auto-voice list. (if no address is specified, clears the auto-voice list) 
 -w - Indicate the auto-voice should be enabled on all networks. 

 *Parameters* 

 on - Turns auto-voice on. 
 off - Turns auto-voice off. 
 address - The address or nick to add/remove from the auto-voice list. 
 [#channel1,#channel2,...] - List of channels to auto-voice in. 
 [type] - A number representing a [[$mask]] to use. (if user is not found in the internal address list, a lookup is performed) 
 [network] - The network to auto-voice in. 

 *Example* 

 <pre> 
 ; Adds 'nick!nick@42.42.42.42' to the auto-voice list on the channel '#channel' 
 /avoice nick!nick@42.42.42.42 #channel 

 ; Adds 'nick!*@*' to the auto-voice on any channel. 
 /avoice nick 

 ; Remove 'nick!nick@42.42.42.42' from the auto-voice. 
 /avoice -r nick!nick@42.42.42.42 
 </pre>