]> jfr.im git - irc/rizon/acid.git/blame - pyva/pypsd.example.yml
Remove content type from expand which isn't correct
[irc/rizon/acid.git] / pyva / pypsd.example.yml
CommitLineData
41ae6aae 1services:
2 # If you have Anope1.x, set this to 1
3 # If you have Anope2.x, set this to 2
877369a3 4 anope_major: 1
41ae6aae 5
6control:
cb48f423 7 nick: Acidictive
41ae6aae 8 # what should commands be prefixed by?
9 prefix: .
10 channel: "#a"
11
12logging:
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
22database:
23 host: 192.168.1.2
24 user: adam
25 passwd: moo
26 db: pypsd
27
28ctcp:
29 nick: py-ctcp
30
31vhost:
32 channel: "#vhost"
33 logchan: "#services"
34 nick: py-moo
35
36registration:
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
46listbots:
47 nick: FunServ
48
49internets:
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
d0baaf8a 63 outputlimit: 10
41ae6aae 64
65limitserv:
66 nick: Limitserv
67 channel: "#a"
68
69quotes:
70 nick: Quotes
71 channel: "#a"
5246c29a 72 outputlimit: 20
41ae6aae 73
74esim:
75 nick: e-Sim
76 channel: "#a"
77
78erepublik:
79 nick: eRepublik
80 channel: "#a"
81
82trivia:
83 nick: Trivia
84 channel: "#a"
df619e85 85 maxrounds: 100