-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json.example
52 lines (52 loc) · 1.26 KB
/
config.json.example
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
43
44
45
46
47
48
49
50
51
52
{
"networks": {
"MegNet": {
"NSPassword": "",
"active": true,
"address": "irc.megworld.co.uk",
"channels": [
"#bots"
],
"commands": [],
"ident": "MegBot",
"ipv6": false,
"modes": "+B",
"nick": "MegTest1",
"port": 9000,
"realname": "MegBot",
"ssl": true,
"ssl_verify":false,
"trigger": ","
}
},
"blacklist": ["join", "part"],
"paths": {
"core": "megbot/core/",
"data": "megbot/data/",
"databases": "databases/",
"libraries": "megbot/libraries/",
"plugin": "megbot/plugins/"
},
"ctcp_options": {
"version": "MegBot 0.6 http://github.com/xray7224/MegBot"
},
"plugin_options": {
"__DEFAULTS__": {
"timeout": 30
},
"8ball": {
"replies": [
"sure",
"yerp",
"no",
"nope",
"I'm not sure",
"I'm too tired right now, ask later."
]
},
"translate": {
"default_language": "en"
}
},
"encodings": ["ISO8859-1"]
}