Project

General

Profile

Avoice » History » Version 3

Per Amundsen, 02/04/2020 10:06 PM

1 1 Per Amundsen
_Added in 3.1_
2
3
*/avoice [-lrw] <on|off|nick|address> [#channel1,#channel2,...] [type] [network]*
4
5
Add/remove/list users from the auto-voice list.
6
7 2 Per Amundsen
/avoice with no parameters shows [[$true]] if auto-op is enabled, otherwise [[$false]].
8
9 3 Per Amundsen
_See also [[$aop]], [[/aop]], [[/protect]], [[$protect]]._
10 2 Per Amundsen
11 1 Per Amundsen
*Switches*
12
13
-l - Prints all auto-voice users.
14
-r - Removes a address from the auto-voice list. (if no address is specified, clears the auto-voice list)
15
-w - Indicate the auto-voice should be enabled on all networks.
16
17
*Parameters*
18
19
on - Turns auto-voice on.
20
off - Turns auto-voice off.
21
address - The address or nick to add/remove from the auto-voice list.
22
[#channel1,#channel2,...] - List of channels to auto-voice in.
23
[type] - A number representing a [[$mask]] to use. (if user is not found in the internal address list, a lookup is performed)
24
[network] - The network to auto-voice in.
25
26
*Example*
27
28
<pre>
29
; Adds 'nick!nick@42.42.42.42' to the auto-voice list on the channel '#channel'
30
/avoice nick!nick@42.42.42.42 #channel
31
32
; Adds 'nick!*@*' to the auto-voice on any channel.
33
/avoice nick
34
35
; Remove 'nick!nick@42.42.42.42' from the auto-voice.
36
/avoice -r nick!nick@42.42.42.42
37
</pre>