-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_config.json
81 lines (76 loc) · 2.81 KB
/
example_config.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"Bit Bot (full)": {
"token": ">TOKEN_BITBOT",
"rooms": ["1782", "Bits", "Bitbot Test Room"],
"logRooms": ["1782"],
"respondsTo": ["bot", "bb", "bitbot"],
"responders": {
"core": { "core": true, "file": "core.coffee" },
"speak": { "core": true, "file": "modeset/speak.coffee" },
"8ball": "8ball.coffee",
"cat_facts": "cat_facts.coffee",
"coin_toss": "coin_toss.coffee",
"heroku_deploy": "heroku_deploy.coffee",
"heroku_status": "heroku_status.coffee",
"keyvalue": "key_values.coffee",
"news": "news.coffee",
"fortune": "fortune.coffee",
"notes": "notes.coffee",
"reminder": "reminder.coffee",
"timer": "timer.coffee",
"users": "users.coffee",
"weather": "weather.coffee",
"whois": "whois.coffee",
"beer": "modeset/beer.coffee",
"boobs": "modeset/boobs.coffee",
"bummer": "modeset/bummer.coffee",
"busted": "modeset/busted.coffee",
"clueless": "modeset/clueless.coffee",
"cocaine": "modeset/cocaine.coffee",
"hater": "modeset/hater.coffee",
"hue": "modeset/hue.coffee",
"meme": "modeset/meme.coffee",
"mom": "modeset/mom.coffee",
"nest": "modeset/nest.coffee",
"password": "modeset/password.coffee",
"sandwich": "modeset/sandwich.coffee",
"snowfall": "modeset/snow_report.coffee",
"twss": "modeset/twss.coffee",
"inception": "modeset/sounds/inception.coffee",
"rimshot": "modeset/sounds/rimshot.coffee",
"the_best": "modeset/sounds/the_best.coffee",
"whoops": "modeset/sounds/whoops.coffee",
"yeah": "modeset/sounds/yeah.coffee"
}
},
"Bit Bot (clean)": {
"token": ">TOKEN_BITBOT",
"rooms": ["CirrusMD", "Legwork", "Made Set", "Open Source", "Qdoba Website", "TopFan + VisitMobile", "Inspirato", "Antisocial", "Tidbitts"],
"logRooms": [],
"respondsTo": ["bot", "bb", "bitbot"],
"responders": {
"core": { "core": true, "file": "core.coffee" },
"8ball": "8ball.coffee",
"cat_facts": "cat_facts.coffee",
"coin_toss": "coin_toss.coffee",
"heroku_deploy": "heroku_deploy.coffee",
"heroku_status": "heroku_status.coffee",
"keyvalue": "key_values.coffee",
"news": "news.coffee",
"fortune": "fortune.coffee",
"notes": "notes.coffee",
"reminder": "reminder.coffee",
"timer": "timer.coffee",
"users": "users.coffee",
"weather": "weather.coffee",
"whois": "whois.coffee",
"password": "modeset/password.coffee",
"snowfall": "modeset/snow_report.coffee",
"inception": "modeset/sounds/inception.coffee",
"rimshot": "modeset/sounds/rimshot.coffee",
"the_best": "modeset/sounds/the_best.coffee",
"whoops": "modeset/sounds/whoops.coffee",
"yeah": "modeset/sounds/yeah.coffee"
}
}
}