blob: 2eb77088181d47fc8c93a59837a66e3428e784b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
[top level]
loglevel=info
[pylon xmpp-barbaz]
type=xmpp
; port 5347
server=localhost
component=barbaz.boingsrv.example.org
component_secret=seeeeeecret_password_here
[pylon irc-boopbanana]
type=irc
host=localhost
port=6667
password=seeeeeecret_password_here
nodename=boopbanana.boing
[pylon discord-foobar]
type=discord
token=bot_token_here
temp_wh=webhook_here
[pylon nanochat-gloop]
type=nanochat
server=gloop.woop.example
port=44322
poll=5
[pylon quaddle-boingy]
type=quaddle
base_url=https://boingy.example/
bot_username=wilson
bot_password=seeeeeecret_password_here
[bus test]
xmpp-barbaz test@conference.example.org
irc-boopbanana #test
discord-foobar channel_id_here
nanochat-gloop #test
quaddle-boingy channel_id_here
|