forked from haxednet/Bark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-sample.json
35 lines (33 loc) · 898 Bytes
/
config-sample.json
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
{
"bot": {
"host": "irc.libera.chat",
"port": 6697,
"ssl": true,
"nick": "Bark",
"auth": {
"type": "sasl_plain",
"user": "bark",
"password": "hunter2"
}
},
"globalSettings": {
"botMasters": ["*!*@2001:470:5:c75:1337:1337:1337:1337"],
"commandPrefix": "."
},
"channels": {
"##defocus": {
"admins": ["*!*@2001:470:5:c75:1337:1337:1337:1337"],
"disallowedCommands": [],
"disallowedPlugins": [],
"bannedParams": [],
"kickWords": ["roasted duck"],
"banWords": ["nigger","faggot"],
"autoOp": [],
"banChannelNotices": true,
"opOnJoin": true,
"autoRejoin": true,
"allowCommandsInPM": true,
"duckhunt": true
}
}
}