Project

General

Profile

Aop » History » Version 1

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

1 1 Per Amundsen
_Added in 3.1_
2
3
*/aop [-lrw] <on|off|nick|address> [#channel1,#channel2,...] [type] [network]*
4
5
Add/remove/list users from the auto-op list.
6
7
*Switches*
8
9
-l - Prints all auto-op users.
10
-r - Removes a address from the auto-op list. (if no address is specified, clears the auto-op list)
11
-w - Indicate the auto-op should be enabled on all networks.
12
13
*Parameters*
14
15
on - Turns auto-op on.
16
off - Turns auto-op off.
17
address - The address or nick to add/remove from the auto-op list.
18
[#channel1,#channel2,...] - List of channels to auto-op 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-op in.
21
22
*Example*
23
24
<pre>
25
; Adds 'nick!nick@42.42.42.42' to the auto-op list on the channel '#channel'
26
/aop nick!nick@42.42.42.42 #channel
27
28
; Adds 'nick!*@*' to the auto-list on any channel.
29
/aop nick
30
31
; Remove 'nick!nick@42.42.42.42' from the auto-list
32
/aop -r nick!nick@42.42.42.42
33
34
</pre>