]> jfr.im git - irc/rizon/acid.git/blob - pyva/config.example.ini
Import acidictive 4 and pyva plugin
[irc/rizon/acid.git] / pyva / config.example.ini
1 [services]
2 # If you have Anope1.x, set this to 1
3 # If you have Anope2.x, set this to 2
4 anope_major=2
5
6 [control]
7 nick: pyva
8 # what should commands be prefixed by?
9 prefix: .
10 channel: #a
11
12 [logging]
13 # values are (and inclusive of items below it):
14 # DEBUG
15 # INFO
16 # WARNING
17 # ERROR
18 # CRITICAL
19 level: DEBUG
20 logfile: py.log
21
22 [database]
23 host: 192.168.1.2
24 user: adam
25 passwd: moo
26 db: pypsd
27 sock: /var/lib/mysql/mysql.sock
28
29 [ctcp]
30 nick: py-ctcp
31
32 [vhost]
33 channel: #v
34 logchan: #debug
35 nick: py-moo
36
37 [registration]
38 nick: Welcome
39 reg1:Hi, I am a Rizon Help Bot! If this is your first channel, welcome! If not, you can ignore me.
40 reg2:Rizon Services have many settings, you should complete the following Rizon University courses:
41 reg3:Channel Management 101 - http://tr.im/rizon101
42 reg4:Channel Management 102 - http://tr.im/rizon102
43 reg5:Adv Channel Modes 300 - http://tr.im/rizon300
44 reg6:After reading these, you should be all set, but feel free to join #help if you get stuck. Thanks for flying Rizon!
45
46 [listbots]
47 nick: FunServ
48
49 [internets]
50 nick: Internets
51 channel: #a
52 bing_appid: xxx
53 key_openweathermap: xxx
54 key_wordnik: xxx
55 key_ipinfodb: xxx
56 user_bitly: xxx
57 key_bitly: xxx
58 key_lastfm: xxx
59 key_fml: xxx
60 key_wolframalpha: xxx
61
62 [limitserv]
63 nick: Limitserv
64 channel: #a
65
66 [quotes]
67 nick: Quotes
68 channel: #a
69
70 [esim]
71 nick: e-Sim
72 channel: #a
73
74 [erepublik]
75 nick: eRepublik
76 channel: #a
77
78 [trivia]
79 nick: Trivia
80 channel: #a
81