Project

General

Profile

Avoice » History » Version 1

Per Amundsen, 04/22/2018 04:40 AM

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
*Switches*
8
9
-l - Prints all auto-voice users.
10
-r - Removes a address from the auto-voice list. (if no address is specified, clears the auto-voice list)
11
-w - Indicate the auto-voice should be enabled on all networks.
12
13
*Parameters*
14
15
on - Turns auto-voice on.
16
off - Turns auto-voice off.
17
address - The address or nick to add/remove from the auto-voice list.
18
[#channel1,#channel2,...] - List of channels to auto-voice in.
19
[type] - A number representing a [[$mask]] to use. (if user is not found in the internal address list, a lookup is performed)
20
[network] - The network to auto-voice in.
21
22
*Example*
23
24
<pre>
25
; Adds 'nick!nick@42.42.42.42' to the auto-voice list on the channel '#channel'
26
/avoice nick!nick@42.42.42.42 #channel
27
28
; Adds 'nick!*@*' to the auto-voice on any channel.
29
/avoice nick
30
31
; Remove 'nick!nick@42.42.42.42' from the auto-voice.
32
/avoice -r nick!nick@42.42.42.42
33
</pre>