]> jfr.im git - irc/rizon/acid.git/blob - pyva/pypsd.example.yml
Merge branch 'quotes/outputlimit' 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: 2
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
64 limitserv:
65 nick: Limitserv
66 channel: "#a"
67
68 quotes:
69 nick: Quotes
70 channel: "#a"
71 outputlimit: 20
72
73 esim:
74 nick: e-Sim
75 channel: "#a"
76
77 erepublik:
78 nick: eRepublik
79 channel: "#a"
80
81 trivia:
82 nick: Trivia
83 channel: "#a"