]> jfr.im git - irc/rizon/acid.git/blob - acid/acidictive.example.yml
Import acidictive 4 and pyva plugin
[irc/rizon/acid.git] / acid / acidictive.example.yml
1 # Acidictive 4 configuration file
2 # Copy this to ../acidictive.yml
3
4 debug: false
5
6 serverinfo:
7 name: acid.rizon.net
8 description: (H) Rizon Services
9 id: 97S
10
11 uplink:
12 host: 192.168.1.2
13 pass: mypass
14 port: 6667
15 ssl: false
16
17 clients:
18 -
19 nick: Acidictive
20 user: services
21 # There's no reason you'd ever need to set host/vhost to different values
22 host: services.rizon.net
23 vhost: services.rizon.net
24 # aka gecos/ircname/realname
25 name: Network Service
26 #nspass: cow
27 modes: Uoip
28 channels: [ cmdlogchan ]
29 commands:
30 -
31 name: access
32 privilege: G
33 clazz: net.rizon.acid.commands.Access
34 -
35 name: gc
36 privilege: Z
37 clazz: net.rizon.acid.commands.GC
38 -
39 name: help
40 privilege: none
41 clazz: net.rizon.acid.commands.Help
42 -
43 name: plugins
44 privilege: Z
45 clazz: net.rizon.acid.commands.Plugins
46 -
47 name: reload
48 privilege: Z
49 clazz: net.rizon.acid.commands.Reload
50 -
51 name: removeclient
52 privilege: Z
53 clazz: net.rizon.acid.commands.RemoveClient
54 -
55 name: shutdown
56 privilege: Z
57 clazz: net.rizon.acid.commands.Shutdown
58 -
59 name: stats
60 privilege: b
61 channels: [cmdlogchan]
62 clazz: net.rizon.acid.commands.Stats
63
64 general:
65 control: Acidictive
66 ulines: [services.rizon.net]
67 command_prefix: .
68 # Address to send e-mail from
69 email_from: acid@rizon.net
70 # SMTP server to send e-mail from
71 email_smtp: localhost
72 # Target e-mail for security alerts
73 email_securityemail: nobody@rizon.net
74 # Service which operwalls message with akills
75 akillserv: Acidictive
76
77 database:
78 -
79 name: acidcore
80 host: jdbc:mysql://192.168.1.2:3306/acidcore
81 user: adam
82 pass: moo
83
84 plugins:
85 - pyva
86
87 channel:
88 -
89 # logchan for all privmsg commands to the Acidictive pseudoclient
90 name: cmdlogchan
91 channel: "#a"
92 -
93 # pypsd logging/output channel
94 name: py
95 channel: "#a"
96
97 access_preset:
98 -
99 name: [SO, 4]
100 privileges: abcdefghijklmnop
101 -
102 name: [CSO, 3]
103 privileges: abcdefghijklmnopuI
104 -
105 name: [SA, 2]
106 privileges: abcdefghijklmnopqrstuvwxyzABCDEFI
107 -
108 name: [SRA, 1]
109 privileges: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
110