]> jfr.im git - irc/rizon/acid.git/blob - pyva/pypsd.example.yml
Merge branch 'internets/ytfixlikes' into 'master'
[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 outputlimit: 10
64 maxlinelength: 500
65 yt_parse_delay: 180
66
67 limitserv:
68 nick: Limitserv
69 channel: "#a"
70
71 quotes:
72 nick: Quotes
73 channel: "#a"
74 outputlimit: 20
75
76 esim:
77 nick: e-Sim
78 channel: "#a"
79
80 erepublik:
81 nick: eRepublik
82 channel: "#a"
83
84 trivia:
85 nick: Trivia
86 channel: "#a"
87 maxrounds: 100