]> jfr.im git - irc/rizon/acid.git/blob - pyva/pypsd.example.yml
conf: add validator for double
[irc/rizon/acid.git] / pyva / pypsd.example.yml
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: 1
5
6 control:
7 nick: Acidictive
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
28 ctcp:
29 nick: py-ctcp
30
31 vhost:
32 channel: "#vhost"
33 logchan: "#services"
34 nick: py-moo
35
36 registration:
37 nick: Welcome
38 text: |
39 Hi, I am a Rizon Help Bot! If this is your first channel, welcome! If not, you can ignore me.
40 Rizon Services have many settings, you should complete the following Rizon University courses:
41 Channel Management 101 - http://s.rizon.net/chan101
42 Channel Management 102 - http://s.rizon.net/chan102
43 Adv Channel Modes 300 - http://s.rizon.net/chan300
44 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 key_steam: xxx
62 key_google: xxx
63 key_imdb: xxx
64 outputlimit: 10
65 maxlinelength: 500
66 yt_parse_delay: 180
67
68 limitserv:
69 nick: Limitserv
70 channel: "#a"
71
72 quotes:
73 nick: Quotes
74 channel: "#a"
75 outputlimit: 20
76
77 esim:
78 nick: e-Sim
79 channel: "#a"
80
81 erepublik:
82 nick: eRepublik
83 channel: "#a"
84
85 trivia:
86 nick: Trivia
87 channel: "#a"
88 maxrounds: 100