-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.json.example
More file actions
35 lines (35 loc) · 878 Bytes
/
config.json.example
File metadata and controls
35 lines (35 loc) · 878 Bytes
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
{
"trigger": "~",
"broadcastCommands": ["poker", "golf"],
"servers": [
{
"address": "irc.rizon.net",
"channels": ["#nibblr", "#poker"],
"admins": ["Kirjava"],
"nickname": "nibblrjr"
},
{
"address": "irc.efnet.org",
"channels": [{
"name": "#purple",
"enableMemo": true,
"lineLimit": 100
}],
"nickname": "purple",
"fetchURL": false,
"password": "milkshake"
},
{
"address": "irc.libera.chat",
"trigger": "!",
"channels": ["#bottest"],
"nickname": "nibblrjr",
"colors": false
}
],
"web": {
"url": "http://nibblr.pw",
"port": 8888,
"password": "powernap"
}
}