-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.json.sample
51 lines (45 loc) · 1.09 KB
/
config.json.sample
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
{
"userName": "Kurea",
"realName": "Kurea IRC Bot",
"autoRejoin": false,
"autoConnect": true,
"secure": false,
"selfSigned": false,
"certExpired": false,
"floodProtection": true,
"floodProtectionDelay": "500",
"sasl": false,
"stripColors": false,
"channelPrefixes": "&#",
"messageSplit": "512",
"nick": "Moop",
"verbose": false,
"auth": "nickserv",
"owner": "YourUsername",
"storage": "mongo",
"storageURL": "localhost:27017",
"webPort": 8080,
"realPort": 80,
"webURL": "http://localhost",
"ignoredModules": [
"MongoHalModule",
"MegaHalModule"
],
"bots": {
"Moop-Esper": {
"server": "irc.esper.net",
"port": "6667",
"channels": ["#kellyirc", "#kurea"],
"password": "insert_password_here"
},
"Moop-FreeNode": {
"server": "irc.freenode.net",
"port": "6667",
"channels": ["#kurea"]
}
},
"apiKeys": {
"wordnik": "GET YOUR OWN",
"wolfram": "HAHA YOU WISH"
}
}